-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
54 lines (46 loc) · 1.02 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
baseURL = "https://docs.droidian.org/"
languageCode = "en-us"
title = "Droidian"
theme = "gohugo-theme-ananke"
[params]
custom_css = ["css/theme.css", "css/custom.css", "css/fork-awesome.min.css"]
env = "production"
[markup.goldmark.renderer]
unsafe = true
# Controls the navigation
[[menu.main]]
identifier = "home"
name = "Home"
title = "home"
url = "/"
weight = -400
[[menu.main]]
identifier = "install"
name = "Installation"
title = "Installation docs"
url = "/install"
weight = -340
[[menu.main]]
identifier = "faq"
name = "FAQ"
title = "Frequently asked questions"
url = "/faq"
weight = -340
[[menu.main]]
identifier = "info"
name = "Tips and Tricks"
title = "Useful info and workarounds"
url = "/info"
weight = -340
[[menu.main]]
identifier = "porting-guide"
name = "Porting guide"
title = "Porting guide"
url = "/porting-guide"
weight = -340
[[menu.main]]
identifier = "devel"
name = "Development"
title = "Droidian platform development"
url = "/devel"
weight = -340