-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
68 lines (56 loc) · 1.52 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
baseURL = 'https://hermann.life/'
languageCode = 'en-us'
title = 'Vincent @Alixir'
theme = 'hugo-alixir'
paginate = 20
[services]
[services.disqus]
disqusShortname = "yourdiscussshortname"
[markup.highlight]
style = "github-dark"
[params]
author = "Hermann Vincent"
info = "Application Designer and Developer"
description = "Hermann Vincent's personal website"
keywords = "blog,developer,personal"
avatarurl = "https://media.licdn.com/dms/image/D4E03AQF3oJdSXNX1ig/profile-displayphoto-shrink_800_800/0/1686059782578?e=1723075200&v=beta&t=znelBLpzjJtK6hhVLNEsDgxTj9Ug8K7Aa1ChmiRAFBY"
#gravatar = "[email protected]"
faviconSVG = "/img/favicon.svg"
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
since = 2019
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
# customCSS = ["css/custom.css"]
# customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
# Social links
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/vincent-alxr/"
[[params.social]]
name = "LinkedIn"
icon = "fa-brands fa-linkedin fa-2x"
weight = 2
url = "https://www.linkedin.com/in/vincent-hermann-68b4ba211/"
# Menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "posts/"
[[menu.main]]
name = "About"
weight = 2
url = "about/"
[[menu.projects]]
name = "Projects"
weight = 3
url = "projects/"