-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.toml
40 lines (37 loc) · 964 Bytes
/
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
baseURL = "/"
languageCode = "en-us"
title = "SourceBans++"
theme = "kube"
Paginate = 4
googleAnalytics = "UA-68577666-5"
enableGitInfo = true
enableEmoji = true
[Params]
description = "Global admin, ban, and communication management system for the Source engine"
RSSLink = "/index.xml"
author = "SourceBans++"
github = "sbpp"
discord = "4Bhj6NU"
[Params.seo.webmaster_verifications]
google = "NMu_qHiZPOvLzW1_DvAKrQfdQUAOdKxGnjbI8oa0cGo"
[[menu.main]]
name = "Docs"
weight = -100
url = "/docs/"
[[menu.main]]
name = "Blog"
weight = -100
url = "/blog/"
[[menu.main]]
name = "FAQ"
weight = -100
url = "/faq/"
[[menu.main]]
name = " Discord"
pre = "<i class='fab fa-discord' data-fa-transform='down-1' style='color:#7289DA'></i>"
weight = -98
url = "https://discord.gg/4Bhj6NU"
[[menu.main]]
name = "AM Subforum"
weight = -99
url = "https://forums.alliedmods.net/forumdisplay.php?f=152"