-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
44 lines (36 loc) · 932 Bytes
/
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
title = 'Giovanni Geraci'
baseURL = 'https://giovannigeraci.com/'
languageCode = 'en'
defaultContentLanguage = 'en'
theme = 'gokarna'
enableEmoji = true
enableRobotsTXT = true
pluralizelisttitles = false
[params]
footer = "Giovanni Geraci :it:"
description = "Hi, I'm Giovanni, welcome to my website :-)"
avatarURL = "/images/avatar.webp"
AvatarAltText = "avatar"
avatarSize = "size-m"
ShowBackToTopButton = true
socialIcons = [
{name = "linkedin", url = "https://linkedin.com/in/giovannigeraci"},
{name = "email", url = "mailto:[email protected]"},
{name = "github", url = "https://github.com/geragio"},
{name = "telegram", url = "https://t.me/ggeraci"}
]
[menu]
[[menu.main]]
identifier = "about"
url = "/about/"
pre = ""
post = ""
name = "About"
weight = 2
[[menu.main]]
identifier = "blog"
url = "/blog/"
pre = ""
post = ""
name = "Blog"
weight = 1