-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
40 lines (34 loc) · 908 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 = "https://rfgames.tw/"
languageCode = "en-us"
title = "Stop At Nothing"
disableKinds = [
"robotsTXT",
"RSS",
"sitemap",
"taxonomy",
"term"
]
defaultContentLanguage = "en-us"
disableAliases = true
enableRobotsTXT = false
hasCJKLanguage = true
relativeURLs = true
disqusShortname = "rfgames"
googleAnalytics = "UA-109064425-4"
[menus]
[[menus.nav]]
title = "Discord"
parent = "Community"
url = "https://discord.com/invite/xsSWwn3"
[params]
applicationFormURL = "https://api.rfgames.tw/v1/apply"
contactFormURL = "https://api.rfgames.tw/v1/contact"
description = "A NA SEA fight-focused WvW guild"
discordURL = "https://discord.com/invite/xsSWwn3"
gitRepository = "https://github.com/progamesigner/rfgames-web"
gw2APILanguage = 'en'
gw2APISchemaVersion = '2021-01-01T00:00:00Z'
gw2WikiLanguage = 'en'
[security]
[security.funcs]
getenv = ['^GW2_', '^HUGO_']