-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (49 loc) · 894 Bytes
/
_config.yml
File metadata and controls
53 lines (49 loc) · 894 Bytes
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
#
# Local site settings
remote_theme: wet-boew/gcweb-jekyll
title: "GCWeb, the Canada.ca official theme" # Site name or title
global:
lang: en
minifiedSuffix: ".min"
applicationURL:
en: "#"
fr: "#"
# Page front matter defaults
defaults:
- scope:
path: "" # Ensure it's applied to all pages
values:
layout: default
pageclass: oag-theme cnt-wdth-lmtd
lang: en
- scope:
path: "ajax"
values:
layout: null
#
# Jekyll settings
timezone: America/Toronto # Timezone for blog posts and alike
include:
- assets
#
# Files excluded from Jekyll builds
exclude:
- README.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE*
- SECURITY.md
- Gruntfile.js
- CNAME
- "*.tmp"
- Gemfile
- Gemfile.lock
- gcweb-jekyll.gemspec
- node_modules
- package.json
- package-lock.json
- .gitignore
- .gitmodules
- postcss.config.js
- npm-debug.log
- dist