-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.toml
136 lines (121 loc) · 3.09 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
baseURL = 'https://dnym.github.io/hinode-books/'
defaultContentLanguage = 'en'
defaultContentLanguageInSubdir = true
timeout = "10m"
[params.main]
canonifyAssetsURLs = true
[params.style]
themeFontPreload = "/hinode-books/fonts/inter-v12-latin-regular.woff2"
[[module.imports]]
path = 'github.com/gethinode/hinode'
[languages.en]
title = 'My New Hugo Site'
contentDir = 'content/en'
languageCode = 'en'
languageName = 'English'
[languages.en.params.sections.blog]
reference = "More Posts"
[languages.en.params.sections.projects]
reference = "More Projects"
[languages.en.params.sections.books]
reference = "More Books"
[languages.en.params.head]
tagline = "A Hugo Theme"
[languages.en.params.social]
title = "Follow me"
caption = "I work on everything coding and tweet developer memes"
[languages.sv]
title = 'Min nya Hugo-sajt'
contentDir = 'content/sv'
languageCode = 'sv'
languageName = 'Svenska'
[languages.sv.params.sections.blog]
reference = "Fler inlägg"
[languages.sv.params.sections.projects]
reference = "Fler projekt"
[languages.sv.params.sections.books]
reference = "Fler böcker"
[languages.sv.params.head]
tagline = "Ett Hugo-tema"
[languages.sv.params.social]
title = "Följ mig"
caption = "Jag arbetar med allt som har med kodning att göra och twittrar utvecklarmemer"
[params.navigation]
logo = "img/logo_icon.svg"
sidebar = true
toc = true
includeToc = true
[params.home]
sections = ['blog', 'projects', 'books']
[params.sections.books]
nested = false
[[languages.en.menus.main]]
name = 'About'
pageRef = 'about/'
weight = 10
[[languages.en.menus.main]]
name = 'Blog'
pageRef = 'blog/'
weight = 20
[[languages.en.menus.main]]
name = 'Projects'
pageRef = 'projects/'
weight = 30
[[languages.en.menus.main]]
name = 'Books'
pageRef = 'books/'
weight = 40
[[languages.en.menus.main]]
name = 'Tags'
pageRef = 'tags/'
weight = 50
[[languages.sv.menus.main]]
name = 'Om'
pageRef = 'about/'
weight = 10
[[languages.sv.menus.main]]
name = 'Blogg'
pageRef = 'blog/'
weight = 20
[[languages.sv.menus.main]]
name = 'Projekt'
pageRef = 'projects/'
weight = 30
[[languages.sv.menus.main]]
name = 'Böcker'
pageRef = 'books/'
weight = 40
[[languages.sv.menus.main]]
name = 'Taggar'
pageRef = 'tags/'
weight = 50
[[languages.en.menus.social]]
name = "LinkedIn"
pre = "fab linkedin"
url = "https://linkedin.com/"
weight = 10
[[languages.en.menus.social]]
name = "GitHub"
pre = "fab fa-github"
url = "https://github.com/"
weight = 20
[[languages.en.menus.social]]
name = "Medium"
pre = "fab medium"
url = "https://medium.com/"
weight = 30
[[languages.sv.menus.social]]
name = "LinkedIn"
pre = "fab linkedin"
url = "https://linkedin.com/"
weight = 10
[[languages.sv.menus.social]]
name = "GitHub"
pre = "fab fa-github"
url = "https://github.com/"
weight = 20
[[languages.sv.menus.social]]
name = "Medium"
pre = "fab medium"
url = "https://medium.com/"
weight = 30