-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
31 lines (28 loc) · 772 Bytes
/
hugo.toml
File metadata and controls
31 lines (28 loc) · 772 Bytes
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
baseURL = "/"
languageCode = "en-us"
theme = "terminal"
pagination.pagerSize = 5
[params]
contentTypeName = "posts"
themeColor = "orange"
showMenuItems = 5
fullWidthTheme = false
centerTheme = true
[languages]
[languages.en.params]
languageName = "English"
title = "Heroic Tiramisu"
subtitle = "A delicious blog"
owner = "Heroic Tiramisu"
keywords = ""
copyright = "© 2025 Heroic Tiramisu"
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
missingContentMessage = "Page not found..."
missingBackButtonLabel = "Back to homepage"
[languages.en.params.logo]
logoText = "Heroic Tiramisu"
logoHomeLink = "/"