-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
47 lines (43 loc) · 1.49 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
baseURL = "/"
relativeURLs = true
googleAnalytics = "UA-52930282-2"
ignoreFiles = [ "\\.js\\.tmp*"]
title= "cyber•Congress"
DefaultContentLanguage = "en"
languageCode = "en-us"
hasCJKLanguage = true
enableMissingTranslationPlaceholders = false
disableKinds = ["taxonomy", "taxonomyTerm"]
[params]
domain = ""
name = "cyber•Congress"
title = "cyber•Congress"
description = "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open."
author = "cyber•Congress"
github = ""
social = [ { title = "Twitter", link = "https://twitter.com/cyber_devs" },
{ title = "Telegram", link = "https://t.me/fuckgoogle" },
{ title = "Reddit", link = "https://www.reddit.com/r/cybercongress/" },
{ title = "Steemit", link = "https://steemit.com/@cybercongress" },
{ title = "Medium", link = "https://medium.com" },
{ title = "YouTube", link = "https://www.youtube.com/channel/UCXgkFmGLhUcXSTp6d4cWEvg/featured" } ]
BookToC = 3
BookMenuBundleCyb = '/docs/cyb/menu'
BookMenuBundleCyberd = '/docs/cyberd/menu'
BookMenuBundleChaingear = '/docs/chaingear/menu'
BookMenuBundleJsAmino = '/docs/js-amino/menu'
# BookSection = '/docs/cyb'
BookEnableJS = true
pygmentsCodeFences = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[languages]
[languages.en]
languageName = "English"
languageCode = "en"
weight = 0
[languages.zh-cn]
languageName = "中文(中国)"
contentDir = "content-i18n/zh-cn"
languageCode = "zh-cn"
weight = 10