-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
130 lines (119 loc) · 2.4 KB
/
config.toml
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
128
129
130
baseURL = "https://visualizethis.netlify.app/"
languageCode = "en-us"
defaultContentLanguage = "en"
theme = "anubis"
# title = "Visualize This!"
paginate = 3
# disqusShortname = ""
# googleAnalytics = ""
[author]
name = "SFU"
[params]
author = "SFU"
description = "Anubis is a simple minimalist theme for Hugo blog engine."
dateFormat = "2006-01-02"
paginationSinglePost = true
style = "auto"
readMore = false
readNextPosts = 2
copyCodeButton = true
rssAsSocialIcon = false
locale = "en-us"
mathjax = false
# Graphcomment support
graphcommentId = ""
# utteranc.es support
utterancesRepo = "" # mandatory
utterancesTheme = "" # optional
utterancesIssue = "" # optional
utterancesLabel = "" # optional
[[params.social]]
id = "books"
url = "https://docs.alliancecan.ca/wiki/Visualization"
# [[params.social]]
# id = "github"
# url = "https://github.com/mitrichius/hugo-theme-anubis"
[languages.en]
languageName = "English"
title = "Visualize This!"
[[menu.main]]
identifier = "data"
name = "Data"
url = "/data/"
weight = 1
[[menu.main]]
identifier = "tasks"
name = "Tasks"
url = "/tasks/"
weight = 2
[[menu.main]]
identifier = "submission"
name = "Submission"
url = "/submission/"
weight = 3
[[menu.main]]
identifier = "results"
name = "Results"
url = "/results/"
weight = 4
[[menu.main]]
identifier = "contact"
name = "Contact 📬"
url = "/contact/"
weight = 5
# [[menu.main]]
# identifier = "tags"
# name = "Tags"
# url = "/tags/"
# weight = 2
# [[menu.main]]
# name = "Archive"
# identifier = "archive"
# url = "/posts/"
# weight = 3
[languages.fr]
languageName = "French"
title = "Visualisez ça !"
[[languages.fr.menu.main]]
identifier = "data"
name = "Données"
url = "/data/"
weight = 1
[[languages.fr.menu.main]]
identifier = "tasks"
name = "Tâches"
url = "/tasks/"
weight = 2
[[languages.fr.menu.main]]
identifier = "submission"
name = "Soumission"
url = "/submission/"
weight = 3
[[languages.fr.menu.main]]
identifier = "results"
name = "Résultats"
url = "/results/"
weight = 4
[[languages.fr.menu.main]]
identifier = "contact"
name = "Contact 📬"
url = "/contact/"
weight = 5
# [[languages.fr.menu.main]]
# identifier = "tags"
# name = "Tagi"
# url = "/tags/"
# weight = 2
# [[languages.fr.menu.main]]
# identifier = "archive"
# name = "Archiwum"
# url = "/posts/"
# weight = 3
[[languages.fr.params]]
locale = "fr_CA"
[taxonomies]
category = "categories"
tag = "tags"
author = "authors"
[markup.goldmark.renderer]
unsafe = true