-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
61 lines (52 loc) · 1.18 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
baseURL = "https://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 = "a"
name = "Home"
title = "home"
url = "/"
weight = -400
[[menu.main]]
identifier = "blog"
name = "Blog"
title = "Blog"
url = "/blog"
weight = -340
[[menu.main]]
identifier = "devices"
name = "Devices"
title = "Devices"
url = "https://devices.droidian.org"
weight = -330
[[menu.main]]
identifier = "wiki"
name = "Wiki"
title = "Wiki"
url = "https://github.com/droidian/droidian/wiki"
weight = -330
[[menu.main]]
identifier = "projects"
name = "Projects"
title = "Projects"
url = "https://github.com/orgs/droidian/projects"
weight = -330
[[menu.main]]
identifier = "images"
name = "Images"
title = "Images"
url = "https://github.com/droidian-images/droidian"
weight = -300
[[menu.main]]
identifier = "bugtracker"
name = "Bug Tracker"
title = "Bug Tracker"
url = "https://github.com/droidian/meta/issues"
weight = -290