forked from in-tech-gration/WDX-180
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
25 lines (21 loc) · 833 Bytes
/
_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
# Switched to 'midnight' Jekyll theme: https://github.com/pages-themes/midnight#usage
remote_theme: pages-themes/[email protected]
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one
# Fix [Link](README.md) => <a href="README.html">Link</a>
# - jekyll-relative-links
# - jekyll-optional-front-matter
# EXCLUDE FILES & FOLDERS FROM BUILD:
exclude:
- curriculum/TBP/
# - curriculum/modules/
- app
- components
- public
- tools
# CUSTOM _SASS FOLDER: https://github.com/jekyll/jekyll-sass-converter#configuration-options, https://jekyllrb.com/docs/configuration/sass/
sass:
sass_dir: assets/jekyll/_sass
# CUSTOM _includes FOLDER: https://jekyllrb.com/docs/configuration/options/#build-command-options
layouts_dir: assets/jekyll/_layouts
includes_dir: assets/jekyll/_includes