forked from droidian-devices/devices.droidian.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
55 lines (46 loc) · 1.06 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
baseURL = 'https://devices.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 = "https://droidian.org/"
weight = -400
[[menu.main]]
identifier = "blog"
name = "Blog"
title = "Blog"
url = "https://droidian.org/blog"
weight = -340
[[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"
weight = -300
[[menu.main]]
identifier = "devices"
name = "Devices"
title = "Devices"
url = "/"
weight = -300
[[menu.main]]
identifier = "bugtracker"
name = "Bug Tracker"
title = "Bug Tracker"
url = "https://github.com/droidian/meta/issues"
weight = -290