-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
46 lines (41 loc) · 1.18 KB
/
hugo.toml
File metadata and controls
46 lines (41 loc) · 1.18 KB
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
baseURL = 'https://devops.emremert.dev/'
languageCode = 'en-us'
title = 'DevOps@home Blog'
theme = 'terminal'
contentDir = "content"
[params]
# These are the default terminal colors:
# "orange", "blue", "red", "green", "pink", "white"
themeColor = "orange"
# The theme uses "posts" as the default content directory name
contentTypeName = "posts"
[caches]
[caches.images]
dir = ':cacheDir/images'
[languages]
[languages.en]
languageName = "English"
title = "Terminal"
[languages.en.params]
subtitle = "DevOps@home Blog"
owner = "Emre Mert"
keywords = "DevOps"
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
missingContentMessage = "Page not found..."
missingBackButtonLabel = "Back to home page"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 1
[[languages.en.menu.main]]
identifier = "showcase"
name = "But why"
url = "/but-why"
weight = 3