-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.toml
59 lines (55 loc) · 1.29 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
baseURL = "https://sprblm.github.io/devs-guide-to/"
languageCode = 'en-us'
title = 'A devs guide to...'
theme = "terminal"
publishDir = "docs"
[params]
contentTypeName = "posts"
themeColor = "green"
showMenuItems = 8
fullWidthTheme = false
centerTheme = true
favicon = "favicon.ico"
[languages]
[languages.en]
title = "A devs guide to..."
subtitle = "A devs guide to..."
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "A devs guide to..."
logoHomeLink = "/devs-guide-to/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "a-dev-guide-to-usertesting"
name = "User testing"
url = "/user-testing"
weight = 1
[[languages.en.menu.main]]
identifier = "synthesis-for-open-source"
name = "Synthesis for open-source"
url = "/synthesis-for-open-source"
weight = 2
[[languages.en.menu.main]]
identifier = "synthesis-for-open-source"
name = "Synthesis for open-source"
url = "/synthesis-for-open-source"
weight = 3
[[languages.en.menu.main]]
identifier = "Prioritization"
name = "Prioritization"
url = "/prioritization"
weight = 4
[[languages.en.menu.main]]
identifier = "updates"
name = "Updates"
url = "/updates"
weight = 5
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 6