-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
62 lines (52 loc) · 1.37 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
# Global parameters
baseURL = "https://antiz.fr/"
languageCode = "en-us"
title = "Robin Candau"
theme = "anatole"
enableEmoji = true
summaryLength = 50
# Site parameters
[params]
title = "Robin Candau"
author = "Robin Candau"
description = "Linux system & DevOps engineer passionate about skateboarding, music, cycling and, obviously, Linux!"
profilePicture = "images/pfp.jpg"
contentratio = 0.7
customCss = ["css/custom.css"]
mainSections = []
postSectionName = "blog"
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/Antiz96"
[[params.socialIcons]]
icon = "fab fa-gitlab"
title = "Arch Linux GitLab"
url = "https://gitlab.archlinux.org/antiz"
[[params.socialIcons]]
icon = "fab fa-mastodon"
title = "Mastodon"
url = "https://fosstodon.org/@Antiz"
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "LinkedIn"
url = "https://www.linkedin.com/in/robin-candau-3083a2173/?locale=en_US"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "Mail"
url = "mailto:[email protected]"
[[params.socialIcons]]
icon = "fas fa-key"
title = "OpenPGP Key"
url = "https://keyserver.ubuntu.com/pks/lookup?search=D33FAA16B937F3B2&fingerprint=on&op=index"
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "Blog"
identifier = "blog"
weight = 200
url = "/blog/"