-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
98 lines (82 loc) · 2.11 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
baseURL = "https://serpentos.com/"
languageCode = "en-us"
title = "Serpent OS"
theme = "fresh"
copyright = "Copyright © 2020 Serpent OS Developers<br />"
paginate = 4
[params]
herotitle = "Under Heavy Development"
herolink = "https://github.com/serpent-linux/"
herolinktext = "Check our GitHub"
contact = "Send me a message and I will get back as soon as possible."
title = "SERPENT OS"
[permalinks]
blog = "/blog/:year/:month/:day/:title/"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = -6
[[menu.main]]
name = "About"
url = "/about/"
weight = -5
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = -4
[[menu.main]]
name = "Team"
url = "/team/"
weight = -3
[[menu.main]]
name = "Tracker"
url = "https://dev.serpentos.com/"
weight = -2
[[menu.main]]
name = "Privacy"
url = "/privacy/"
weight = -1
[[menu.main]]
name = "Sponsors"
url = "/sponsors/"
weight = 0
[[menu.social]]
name = "rss"
url = "/blog/index.xml"
pre = "<i class='fas fa-rss'></i>"
weight = -1
[[menu.social]]
name = "irc"
url = "irc://chat.freenode.net/#serpentOS"
pre = "<i class='fas fa-hashtag'></i>"
weight = -2
[[menu.social]]
name = "twitter"
url = "https://twitter.com/SerpentLinux"
pre = "<i class='fab fa-twitter'></i>"
weight = -3
[[menu.social]]
name = "github"
url = "https://github.com/serpent-linux"
pre = "<i class='fab fa-github'></i>"
weight = -4
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = true
[privacy.youtube]
privacyenhanced = true
[taxonomies]
author = "authors"
category = "categories"
contributor = "contributors"