forked from wet-boew/GCWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
56 lines (52 loc) · 1.04 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
46
47
48
49
50
51
52
53
54
55
56
#
# Local site settings
remote_theme: wet-boew/gcweb-jekyll
title: "GCWeb, the Canada.ca official theme" # Site name or title
website: "https://wet-boew.github.io/gcweb/" # URL of your public facing website
site:
lang: fr
#
# Page front matter defaults
defaults:
- scope:
path: "" # Ensure it's applied to all pages
values:
layout: default
#
# Collections
collections:
wetboew-demos:
output: true
# permalink: /wet-boew-demos/:name
#
# Jekyll settings
timezone: America/Toronto # Timezone for blog posts and alike
#verbose: true
#quiet: false
sass:
sass_dir: "sites"
# load_paths: [
# "node_modules" # we might only need bootstrap scss
# ,
# "node_modules/wet-boew/node_modules" # todo: find a way to include it.
# ]
#
# Files excluded from Jekyll builds
exclude:
- README.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE*
- SECURITY.md
- Gruntfile.coffee
- CNAME
- "*.tmp"
- Gemfile
- Gemfile.lock
- gcweb-jekyll.gemspec
- .jekyll-cache
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/