-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
64 lines (58 loc) · 1.78 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
62
63
64
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
builddrafts = false
title = "blog.siliconloons.com"
baseurl = "https://blog.siliconloons.com/"
canonifyurls = true
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# ["orange", "blue", "red", "green", "pink"]
themeColor = "orange"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 5
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = true
# set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico"
[languages]
[languages.en]
title = "Silicon Loons"
subtitle = "Kyle Mestery's technology commentary"
keywords = ""
copyright = "2019"
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Silicon Loons"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "RSS"
name = "RSS"
url = "/index.xml"
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "GitHub"
name = "github"
url = "https://github.com/mestery"
[[languages.en.menu.main]]
identifier = "LinkedIn"
name = "linkedin"
url = "https://www.linkedin.com/pub/kyle-mestery/3/a0b/64a"
[[languages.en.menu.main]]
identifier = "Twitter"
name = "twitter"
url = "https://www.twitter.com/mestery"
[module]
# this is needed when you fetch the theme as a submodule to your repo.
# replacements = "github.com/panr/hugo-theme-terminal -> themes/terminal"
[[module.imports]]
path = 'github.com/panr/hugo-theme-terminal'