generated from alpha-canada-ca/.github
-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
118 lines (114 loc) · 2.34 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Site settings
analytics:
provider: google-gtag
google:
tracking_id: GTM-KMVB8C2
author:
en: Digital Transformation Office
fr: Bureau de la transformation numérique
baseurl: ""
emails:
dto: [email protected]
description:
en: Evidence and insights from the Canada.ca team.
fr: Validations et perspectives de l'équipe Canada.ca.
language:
en: English
fr: Français
title:
en: Canada.ca blog
fr: Blogue de Canada.ca
urlalt:
en: https://blog.canada.ca
fr: https://blogue.canada.ca
webmaster_verifications:
google: Nt_CftRIypA9xVS7Znb2VkrsYbtIDuFWHryxSAC6OwM
# Files excluded from Jekyll builds
exclude:
- .editorconfig
- .jekyll-cache
- .gitignore
- .github
- "*.gpg"
- "*.tmp"
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- CNAME
- gcweb-jekyll.gemspec
- Gemfile
- Gemfile.lock
- LICENSE*
- node_modules
- screenshot.png
- SECURITY.md
- README.md
- vendor/*
include:
- _page
# Jekyll settings
defaults:
-
scope:
path: ""
values:
script: "/js/url-swap.js"
layout: default
pageclass: "cnt-wdth-lmtd"
-
scope:
path: ""
type: "posts"
values:
css: "/css/custom.css"
script: "/js/url-swap.js"
image: true
layout: "post"
- scope:
path: "assets/css"
values:
output: true
-
scope:
path: "en/"
values:
contextualFooter:
title: Digital Transformation Office (DTO)
links:
- url: "/contact-us.html"
text: Contact us
language: "en"
-
scope:
path: "fr/"
values:
contextualFooter:
title: Bureau de la transformation numérique (BTN)
links:
- url: "/contactez-nous.html"
text: Contactez-nous
language: "fr"
-
scope:
path: "en/"
type: "posts"
values:
breadcrumbs:
- title: "About Canada.ca"
link: "https://www.canada.ca/en/government/about.html"
- title: Canada.ca blog
link: "https://blog.canada.ca/"
type: "Blog"
-
scope:
path: "fr/"
type: "posts"
values:
breadcrumbs:
- title: "A propos de Canada.ca"
link: "https://www.canada.ca/fr/gouvernement/a-propos.html"
- title: Blogue de Canada.ca
link: "https://blogue.canada.ca/"
type: "Blog"
plugins:
- jekyll-remote-theme
remote_theme: wet-boew/gcweb-jekyll