forked from khensler/Quickstart-Guides
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
48 lines (39 loc) · 867 Bytes
/
_config.yml
File metadata and controls
48 lines (39 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Jekyll configuration for GitHub Pages
title: Linux Storage Configuration Guides
description: Best practices for NVMe-TCP and iSCSI storage on Linux distributions
baseurl: "/Quickstart-Guides"
url: "https://khensler.github.io"
# Build settings
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
# Theme - Minima (built-in GitHub Pages theme)
theme: minima
# Minima theme settings
minima:
skin: classic
# Only show these pages in header (empty = none)
header_pages: []
plugins:
- jekyll-seo-tag
# Include directories that Jekyll normally ignores
include:
- common
- distributions
- Proxmox
# Exclude files from build
exclude:
- LICENSE
- Gemfile
- Gemfile.lock
- vendor
- node_modules
# Default front matter
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"