This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
generated from alpha-canada-ca/.github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
122 lines (117 loc) · 2.66 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
119
120
121
122
# Site settings
analytics:
provider: google-gtag
google:
tracking_id: GTM-KMVB8C2
author:
en: Digital Transformation Office
fr: Bureau de la transformation numérique
baseurl: ""
description:
en: A design system to provide a more usable, consistent and trustworthy online experience for people who access Government of Canada digital services.
fr: Système de conception pour offrir aux personnes qui accèdent aux services numériques du gouvernement du Canada une expérience en ligne plus conviviale, cohérente et fiable.
language:
en: English
fr: Français
title:
en: Alpha Canada.ca Design System
fr: Système de conception du Canada.ca alpha
urlalt:
en: https://alpha.design.canada.ca
fr: https://alpha.conception.canada.ca
thumbs:
en: /assets/img/en/blog/thumbnails
fr: /assets/img/fr/blogue/vignettes
webmaster_verifications:
google: Nt_CftRIypA9xVS7Znb2VkrsYbtIDuFWHryxSAC6OwM
# Files excluded from Jekyll builds
exclude:
- .editorconfig
- .jekyll-cache
- .gitignore
- .github
- "*.gpg"
- "*.tmp"
- CODE_OF_CONDUCT.md
- config.ini.gpg
- CONTRIBUTING.md
- CNAME
- diagrams/
- docker/
- gcweb-jekyll.gemspec
- Gemfile
- Gemfile.lock
- kubernetes/
- LICENSE*
- node_modules
- screenshot.png
- SECURITY.md
- src/
- README.md
- vendor/*
collections:
pages:
output: true
permalink: /:path
# Jekyll settings
defaults:
-
scope:
path: ""
values:
indexed: true
layout: default #temporary
pageclass: "cnt-wdth-lmtd"
-
scope:
path: "*/en/"
values:
lang: "en"
-
scope:
path: "*/fr/"
values:
lang: "fr"
-
scope:
path: "_posts/en/"
type: "posts"
values:
breadcrumbs:
- title: "About Canada.ca"
link: "https://www.canada.ca/en/government/about.html"
- title: "Canada.ca design system"
link: "https://design.canada.ca"
- title: Canada.ca blog
link: "./blog/"
type: "Blog"
categories:
- "en"
- "blog"
-
scope:
path: "_pages/fr/"
type: "pages"
values:
breadcrumbs:
- title: "A propos de Canada.ca"
link: "https://www.canada.ca/fr/gouvernement/a-propos.html"
-
scope:
path: "_posts/fr/"
type: "posts"
values:
breadcrumbs:
- title: "A propos de Canada.ca"
link: "https://www.canada.ca/fr/gouvernement/a-propos.html"
- title: Systême de conception numérique du Canada.ca
link: "https://conception.canada.ca"
- title: Blogue de Canada.ca
link: "./blogue/"
type: "Blog"
categories:
- "fr"
- "blogue"
plugins:
- jekyll-remote-theme
remote_theme: wet-boew/gcweb-jekyll