-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.toml
47 lines (43 loc) · 1.07 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
baseurl = "https://tellmey18.github.io/indexofnitc/"
languageCode = "en-us"
theme = "terminal"
paginate = 5
[params]
contentTypeName = "posts"
themeColor = "orange"
showMenuItems = 5
fullWidthTheme = true
centerTheme = false
[languages]
[languages.en]
title = "Terminal"
subtitle = "A simple, retro theme for Hugo"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "INDEX OF NITC"
logoHomeLink = ""
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "index"
name = "Index"
url = "/"
weight = 1
[[languages.en.menu.main]]
identifier = "contribute"
name = "Contribute"
url = "/howto"
weight = 2
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 3
[[languages.en.menu.main]]
identifier = "people"
name = "People"
url = "/people"
weight = 4