-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
63 lines (53 loc) · 1.41 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
baseURL = '/'
languageCode = 'en-us'
title = 'KAUotic Hacking Club'
theme = 'hermit'
[author]
name = "Arcnilya & ChatGPT"
[taxonomies]
tags = "tags"
# Hermit dateform error fix
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
description = "KAUotic Hacking Club: a club at Karlstad University about hacking, privacy and security"
images = ["images/kauotic_logo.png"]
themeColor = "#555555"
bgImg = "images/kauotic_logo.png"
homeSubtitle = "a club at Karlstad University about hacking, privacy and security"
justifyContent = false
relatedPosts = false
[[params.social]]
name = "discord"
url = "https://discord.gg/rmEykkCVbg"
[[params.social]]
name = "github"
url = "https://www.github.com/KAUotic"
[[params.social]]
name = "onion"
url = "http://kauotic3fumvif4borgm2eg2w6fxtapo43o6adjvwwe5tqhpbewuc7id.onion"
[menu]
[[menu.main]]
name = "About"
url = "about/"
weight = 10
[[menu.main]]
name = "Events"
url = "events/"
weight = 20
[[menu.main]]
name = "Newbie"
url = "newbie/"
weight = 30
[[menu.main]]
name = "Sponsors"
url = "sponsors/"
weight = 40
[[menu.main]]
name = "Hackerspace"
url = "https://hackerspace.kauotic.se/"
weight = 50
[markup.goldmark.renderer]
unsafe=true