-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
70 lines (59 loc) · 1.59 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
baseURL = 'https://ghrn.me/'
languageCode = 'en-us'
title = 'Gabriell Nascimento'
theme = 'ghrn'
[params]
centerTheme = true
favicon = 'favicon.ico'
favicon16x16 = 'favicon-16x16.png'
favicon32x32 = 'favicon-32x32.png'
custom_css = ["css/custom.css"]
[params.author]
email = '[email protected]'
name = 'Gabriell Nascimento'
[params.theme_config]
appearance = 'light'
[params.section]
[params.section.kb]
rss = false
[permalinks]
kb = '/kb/:slug/'
[outputs]
home = ['html', 'rss']
section = ['html', 'rss']
taxonomy = ['html']
term = ['html']
[languages]
[languages.en]
languageName = "English"
title = "Gabriell Nascimento"
[languages.en.params]
# subtitle = "A simple, retro theme for Hugo"
owner = "gabriell"
# keywords = ""
# 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"
minuteReadingTime = "min read"
words = "words"
[languages.en.params.logo]
logoText = "gabriell@blog:~$"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "categories"
name = "Categories"
url = "/categories"
[[languages.en.menu.main]]
identifier = "kb"
name = "Knowledge base"
url = "/kb"