-
Notifications
You must be signed in to change notification settings - Fork 36
/
_config.yml
31 lines (26 loc) · 996 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
25
26
27
28
29
30
# WARNING: WHEN UPDATING _config.yml MAKE SURE TO SYNC THE CHANGES WITH THE _offline.yml
# 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
# - jekyll-readme-index
# 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
- node_modules/
- user/
# OFFLINE SECTION:
# 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