-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yml
61 lines (55 loc) · 1.05 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
title: AÉDIROUM
baseurl: https://aediroum.ca
theme: aediroum
# Menu
menu:
main:
- name: Événements
identifier: evenements
weight: 4
- name: Documents
identifier: documents
weight: 5
- name: Charte
url: /documents/charte
parent: documents
weight: 1
- name: Vie étudiante
url: /documents/coussin
parent: documents
weight: 2
- name: Affiliation à la FAÉCUM
url: /documents/faecum
parent: documents
weight: 3
- name: Cahier de positions
url: /documents/positions
parent: documents
weight: 4
- name: Code de vie
url: /documents/codedevie
parent: documents
weight: 5
# Output formats
outputs:
section:
- HTML
- RSS
- Calendar
# Language
defaultContentLanguage: fr
languageCode: fr
# Markdown
markup:
goldmark:
renderer:
unsafe: true
# Crawling
enableRobotsTXT: true
disableHugoGeneratorInject: true
# Miscellaneous
metaDataFormat: yaml
buildFuture: true
enableGitInfo: true
pagination:
pagerSize: 5