-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.toml
79 lines (69 loc) · 1.55 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
baseURL = "https://navhub.org"
theme = "navhub-v2"
Paginate = 8
# English is the default language
#defaultContentLanguage = "en"
# Force to have /en/my-page and /fr/my-page routes, even for default language.
#defaultContentLanguageInSubdir = false
#[Languages]
#[Languages.en]
#title = "NavCoin Community Hub"
#weight = 1
#languageName = "English"
twitter_username = "navcoin"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
[taxonomies]
category = "categories"
guide_category = "guide_categories"
filter = "filter"
# Main Menu
[[menu.main]]
name = "Home"
title = "Home"
weight = 10
identifier = "home"
url = "/"
[[menu.main]]
name = "News"
title = "News"
weight = 20
identifier = "news"
url = "/news/"
[[menu.main]]
name = "Projects"
title = "Projects"
weight = 30
identifier = "Project"
url = "/projects/"
[[menu.main]]
name = "Events"
title = "Events"
weight = 40
identifier = "Events"
url = "/events/"
[[menu.main]]
name = "NavCoin Heroes"
title = "NavCoin Heroes"
weight = 50
url = "/navcoin-heroes/"
identifier = "navcoin-heroes"
[[menu.main]]
name = "Community Assets"
title = "Community Assets"
weight = 60
url = "/assets/"
identifier = "assets"
[[menu.main]]
name = "NavCollab"
title = "NavCollab"
weight = 90
url = "https://collab.navcoin.org"
identifier = "collab"
[[menu.main]]
name = "NavCoin.org"
title = "NavCoin.org"
weight = 80
url = "https://NavCoin.org"
identifier = "navcoin"