-
Notifications
You must be signed in to change notification settings - Fork 132
/
Copy path_config.yml
103 lines (99 loc) · 2.77 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
#
# Local site settings
remote_theme: wet-boew/gcweb-jekyll
repository: wet-boew/GCWeb
title: "GCWeb, the Canada.ca official theme" # Site name or title
website: "https://wet-boew.github.io/GCWeb/" # URL of your public facing website
global:
lang: fr
feedbackPath:
en: "https://www.canada.ca/etc/designs/canada/wet-boew/assets/feedback/page-feedback-en.html"
fr: "https://www.canada.ca/etc/designs/canada/wet-boew/assets/feedback/page-feedback-fr.html"
# contextualFooter: # Contextual footer settings
# title:
# fr: "Référence d'implémentation de Canada.ca"
# en: "Canada.ca reference implementation"
# links: # List of links visible in the support footer
# fr:
# - url: "https://wet-boew.github.io/GCWeb/index-fr.html#composantes"
# text: "Composantes"
# - url: "https://wet-boew.github.io/GCWeb/index-fr.html#gabarits"
# text: "Gabarits"
# - url: "https://wet-boew.github.io/GCWeb/index-fr.html#sitesglobal"
# text: "Fonctionnalités globales et de sites"
# en:
# - url: "https://wet-boew.github.io/GCWeb/index-en.html#components"
# text: "Components"
# - url: "https://wet-boew.github.io/GCWeb/index-en.html#templates"
# text: "Templates"
# - url: "https://wet-boew.github.io/GCWeb/index-en.html#sitesglobal"
# text: "Sites and global functionality"
termsUrl:
en: "https://www.canada.ca/en/transparency/terms.html"
fr: "https://www.canada.ca/fr/transparence/avis.html"
privacyUrl:
en: "https://www.canada.ca/en/transparency/privacy.html"
fr: "https://www.canada.ca/fr/transparence/confidentialite.html"
breadcrumbs:
en:
- link: "index-en.html"
title: "GCWeb"
fr:
- link: "index-fr.html"
title: "GCWeb"
applicationName:
en: "My application"
fr: "Mon application"
applicationURL:
en: "#"
fr: "#"
#
# Override include to use
# includes:
# footer: v2
#
# 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/
- ~sites/