-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
45 lines (39 loc) · 1.48 KB
/
_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
# This file is for local development.
# For generating inpsyde.github.io/jekyll-syde-theme on GitHub Pages, use `docs/_config.yml`.
# Note that on local development, both files will be merged.
# This file overrides config in `docs/_config.yml`.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
exclude:
# Comment out the following line for local development
- "docs/tests/"
- "node_modules/"
- "*.gemspec"
- "*.gem"
- "Gemfile"
- "Gemfile.lock"
- "package.json"
- "package-lock.json"
- "script/"
- "LICENSE.txt"
- "lib/"
- "bin/"
- "README.md"
- "Rakefile"
- "vendor/"
# Regression tests
# By default, the pages in /docs/tests are excluded when the ste is built.
# To include them, comment-out the relevant line above.
#
# Uncommenting the following line doesn't work. See https://github.com/jekyll/jekyll/issues/4791
# This is fixed in Jekyll v4.0.0.pre.alpha1. See: https://github.com/jekyll/jekyll/pull/7188
#
# include: ["docs/tests/"]
# Overrides `remote_theme` in `docs/_config.yml`.
# Make Jekyll to use this repo as *the theme*.
remote_theme: false