-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathconfig.toml
72 lines (57 loc) · 1.38 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
baseURL = "https://winadmins.io/"
languageCode = "en-us"
title = "WinAdmins Community"
theme = "hello-friend-ng"
disableKinds = ["RSS"]
[Author]
name = "WinAdmins Community"
[params]
dateform = "2016-Jan-02"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
disableReadOtherPosts = true
enableSharingButtons = true
footerLeft = "Powered by <a href=\"https://gohugo.io\">Hugo</a>"
footerRight = "Theme by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
customCSS = ["css/overrides.css"]
[params.logo]
logoMark = ""
logoText = "$WinAdmins"
logoHomeLink = "/"
[[menu.main]]
name = "Discord"
url = "https://discord.com/invite/winadmins"
weight = 1
[[menu.main]]
name = "About Us"
url = "about-us"
weight = 2
[[menu.main]]
name = "Wiki"
url = "wiki"
weight = 3
[[menu.main]]
name = "Blog"
url = "blog"
weight = 4
[[menu.main]]
name = "Guidelines"
url = "guidelines"
weight = 5
[[menu.main]]
name = "Rules"
url = "rules"
weight = 6
[[menu.main]]
name = "Resources"
url = "resources"
weight = 7
[[menu.main]]
name = "Events"
url = "events"
weight = 8
[[menu.main]]
name = "Help"
url = "help"
weight = 9