forked from in-tech-gration/WDX-180
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_offline.yml
44 lines (38 loc) · 1.1 KB
/
_offline.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
# 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:
- staff
- teaching
- package.json
- package-lock.json
- Gemfile
- Gemfile.lock
- CURRICULUM.x
- LICENSE
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
- SPECS.md
- CHANGELOG.md
- curriculum/schedule/
# 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