-
Notifications
You must be signed in to change notification settings - Fork 45
/
config.toml
56 lines (52 loc) · 1.03 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
baseURL = "https://www.nushackers.org/"
languageCode = "en-us"
title = "NUS Hackers"
copyright = "NUS Hackers"
buildFuture = true
disqusShortname = "nushackers"
enableEmoji = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsStyle = "emacs"
ignoreFiles = ["\\.scss$"]
rssLimit = 10
[params]
description = "NUS Hackers"
academicYear = "2425"
semester = 1
[permalinks]
post = "/:year/:month/:slug/"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
name = "About"
identifier = "About"
weight = 1
url = "/about"
[[menu.main]]
name = "Community"
identifier = "Community"
weight = 2
url = "/community"
[[menu.main]]
name = "Archive"
identifier = "Archive"
weight = 3
url = "/archive"
[[menu.main]]
name = "Contact"
identifier = "Contact"
weight = 4
url = "/contact"
[[menu.main]]
name = "RSS"
identifier = "RSS"
weight = 5
url = "/index.xml"
[[menu.main]]
name = "Join Us"
identifier = "Join Us"
weight = 6
url = "/join-coreteam"