-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
117 lines (99 loc) · 2.55 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
baseURL = "http://alumni.ch.tudelft.nl/"
title = "Constantijn Huygens"
theme = "hugo-theme-puppet"
copyright = ""
paginate = 3
languageCode = "en"
defaultContentLanguage = "en"
hasCJKLanguage = false
enableInlineShortcodes = true
enableEmoji = true
# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
ignoreErrors = ["error-remote-getjson"]
disqusShortname = ""
googleAnalytics = ""
[outputs]
home = ["HTML", "JSON", "RSS"]
# prevent build failures when using Hugo's template _internal/opengraph.html
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[markup]
[markup.highlight]
noClasses = true
codeFences = true
guessSyntax = true
lineNos = true
lineNumbersInTable = false
style = "dracula"
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = -100
[[menu.main]]
identifier = "information"
name = "Information"
url = "/information/"
weight = 10
[[menu.main]]
identifier = "committee"
name = "Committee"
url = "/committee/"
weight = 20
[[menu.main]]
identifier = "register"
name = "Register"
url = "https://tudelft.nl/TODOalumniregister"
weight = 30
[params]
author = "W.I.S.V. CH | Constantijn Huijgens"
description = "Alumni of Mathematics and Computer Science study association Christiaan Huygens"
keywords = "alumni,constantijn,huygens,christiaan,tudelft,delft,wiskunde,informatica,mathematics,computer,science"
img_home = "img/background-EWI.jpg"
img_404 = "img/404-bg.jpg"
useFaviconGenerator = true
custom_js = []
custom_css = [] # ["css/custom.css"] Add your file to assets folder [assets/css/custom.css]
[params.sidebar]
enable = true
gravatarEmail = ""
# Overwritten by your gravatar image if `gravatarEmail` is filled
# avatar = "img/home-bg.jpg"
bio = "TODO bio home page"
[params.social]
# twitter = "johndoe"
# facebook = "johndoe"
# zhihu = "johndoe"
# weibo = "johndoe"
# github = "johndoe"
# gitlab = "johndoe"
# linkedin = "johndoe"
rss = true
# [params.social.mastodon]
# weight = 56
# icon = "fab fa-mastodon"
# format = "https://mastodon.social/%v"
# id = "johndoe"
# url = ""
# [[params.friends]]
# name = "John Doe"
# url = "https://gohugo.io"
# [[params.friends]]
# name = "John Doe"
# url = "https://gohugo.io"
# See https://giscus.app/
[params.giscus]
enable = false
# repo = "roninro/hugo-theme-puppet"
# repo_id = "R_kgDOHuvyhw"
# category = "General"
# category_id = "DIC_kwDOHuvyh84CQjDo"
# input_position = "top"
# theme = "light_tritanopia"
# lang = "en"