-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.toml
50 lines (43 loc) · 1.02 KB
/
hugo.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
baseURL = 'https://blog.alex.kagno.com'
languageCode = 'en-us'
title = "Alex's Blog"
[params]
contentTypeName = "posts"
showMenuItems = 2
showLanguageSelector = false
fullWidthTheme = true
centerTheme = true
autoCover = true
enableGitInfo = true
showLastUpdated = false
[pagination]
pagerSize = 5
[languages]
[languages.en]
languageName = "English"
title = "Alex's Blog"
[languages.en.params]
subtitle = "Shouting into the void"
owner = "Alex Kagno"
keywords = ""
copyright = "CC BY-SA, FAL"
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"
minuteReadingTime = "min read"
words = "words"
[languages.en.params.logo]
logoText = "A Piece of the Void"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "resume"
name = "Resume"
url = "https://alex.kagno.com/resume"
[module]
[[module.imports]]
path = 'github.com/panr/hugo-theme-terminal/v4'