-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
43 lines (39 loc) · 1.03 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
baseurl = "/"
languageCode = "en-us"
theme = "wowi42"
paginate = 10
[params]
contentTypeName = "post"
themeColor = "green"
showMenuItems = 4
fullWidthTheme = false
centerTheme = false
[languages]
[languages.en]
title = "Wowi42"
subtitle = "Wowi42: The Angry Nerd! C-Level Engineer strongly opiniated! Only my opinions."
keywords = ""
copyright = "DTC"
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Wowi42"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "kalvad"
name = "Kalvad"
url = "https://kalvad.com"
[[languages.en.menu.main]]
identifier = "opaala"
name = "Opaala"
url = "https://opaala.com"
# [[languages.en.menu.main]]
# identifier = "showcase"
# name = "Showcase"
# url = "/showcase"