-
Notifications
You must be signed in to change notification settings - Fork 17
/
_config.yml
127 lines (121 loc) · 2.67 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
123
124
125
126
127
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
baseurl: "/open-source-logiciel-libre" # the subpath of your site, e.g. /blog
url: "https://canada-ca.github.io/open-source-logiciel-libre" # the base hostname & protocol for your site
github_username: canada-ca
wet_cdts_hosturl: "https://www.canada.ca/etc/designs/canada/cdts/gcweb"
wet_cdts_version: "v4_0_31"
# Build settings
markdown: kramdown
include: [
"en",
"fr",
"index.html"
]
exclude: [
"README.md",
"CONTRIBUTING.md",
"LICENSE.md",
"*.json",
"link-check.js",
"Gemfile",
"Gemfile.lock",
".github/"
]
plugins:
- jekyll-optional-front-matter
- jekyll-relative-links
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
type: "pages"
-
scope:
path: "en/*"
values:
lang: "en"
layout: "default"
-
scope:
path: "en/open-source-standards.md"
values:
ref: "home"
-
scope:
path: "en/guides/importance-of-concept-case.md"
values:
ref: "starting"
-
scope:
path: "en/guides/guide-for-acquisition.md"
values:
ref: "acquisition"
-
scope:
path: "en/guides/using-open-source-software.md"
values:
ref: "using"
-
scope:
path: "en/guides/contributing-to-open-source-software.md"
values:
ref: "contributing"
-
scope:
path: "en/guides/publishing-open-source-code.md"
values:
ref: "publishing"
-
scope:
path: "en/guides/definitions.md"
values:
ref: "definitions"
-
scope:
path: "fr/*"
values:
lang: "fr"
layout: "default"
-
scope:
path: "fr/normes-logiciels-libres.md"
values:
ref: "home"
-
scope:
path: "fr/guides/cas-conceptuel-pour-logiciels-libres.md"
values:
ref: "starting"
-
scope:
path: "fr/guides/acquerir-logiciels-libres.md"
values:
ref: "acquisition"
-
scope:
path: "fr/guides/utilisation-logiciels-libres.md"
values:
ref: "using"
-
scope:
path: "fr/guides/contribution-à-des-logiciels-libres.md"
values:
ref: "contributing"
-
scope:
path: "fr/guides/publication-code-source-ouvert.md"
values:
ref: "publishing"
- scope:
path: "fr/guides/definitions.md"
values:
ref: "definitions"
optional_front_matter:
remove_originals: true