-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
47 lines (42 loc) · 1.17 KB
/
config.yaml
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
theme: "hugo-lithium"
baseURL: "/"
languageCode: en-us
title: Government of Canada Contract Analysis
params:
feedbackFormLink: "https://docs.google.com/forms/d/e/1FAIpQLSfHGzAQMaOkj4OD2Kc8Gw4ROChOfx6MKm5t2CSr6R4U2qupBQ/viewform?usp=pp_url&entry.739845506={url}"
# https://docs.google.com/forms/d/e/1FAIpQLSfHGzAQMaOkj4OD2Kc8Gw4ROChOfx6MKm5t2CSr6R4U2qupBQ/viewform?usp=pp_url&entry.739845506=/departments/ppsc-sppc/
ignoreFiles:
- \.Rmd$
- \.Rmarkdown$
- _cache$
- \.knit\.md$
- \.utf8\.md$
permalinks:
vendor: /vendors/:slugorfilename/
department: /departments/:slugorfilename/
category: /categories/:slugorfilename/
it_subcategory: /it_subcategories/:slugorfilename/
overall: /:slugorfilename/
meta: /:slugorfilename/
markup:
defaultMarkdownHandler: goldmark
goldmark:
renderer:
unsafe: true
menu:
main:
- name: Home
url: /
weight: 1
- name: Methodology
url: /methodology/
weight: 2
- name: Guide to reforming IT procurement
url: /it-procurement-guide/
weight: 3
- name: Data visualizations
url: /data-visualizations/
weight: 4
- name: About the project
url: /about/
weight: 5