-
Notifications
You must be signed in to change notification settings - Fork 1
/
_default_config.yml
71 lines (56 loc) · 1.29 KB
/
_default_config.yml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Site settings
title: Docs0 Website Name
email: [email protected]
company: Docs0
# Main website URL
web_url:
# Privacy URL - It's added to the website footer
privacy_url:
# GitHub URL - Leave blank if you don't want to display links to GitHub repo
github_url:
# Header quick link - This is usually a quick link to the service/product
header_link_title:
header_link_url:
# TOC heading range
toc_h_min: 2
toc_h_max: 2
toc_title: In this page
# Other parameters
next_reading_title: Next Reading
related_title: Related Pages
search: true
nav_root_title: Docs
pdf: false
### DO NOT CHANGE BELOW THIS LINE ###
plugins:
- jekyll-sitemap
- jekyll-relative-links
- jekyll-include-cache
permalink: /:categories/:title #:output_ext
excerpt_separator: <!--more-->
sass:
style: compressed
sass_dir: assets/_sass
collections:
pages:
output: true
permalink: /:path
myassets:
output: true
permalink: /assets/:path
mydocs:
output: true
permalink: /:path
relative_links:
enabled: true
collections: true
exclude:
- "gemfiles/"
- "Gemfile"
- "Gemfile.lock"
- "*.code-workspace"
- "README.md"
- ".sass-cache/"
- ".jekyll-cache/"
- "package.json"
- "package-lock.json"