-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
44 lines (34 loc) · 1.22 KB
/
config.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
baseURL = "http://guibert.io/"
theme = "gokarna"
languageCode = "en"
defaultContentLanguage = "en"
enableEmoji = true
enableRobotsTXT = true
# Choose one of emacs, trac or perldoc
pygmentsStyle = "monokai"
title = "MoAdiB"
[params]
# URL for the avatar on homepage
avatarURL = "arakis.jpeg"
# Choose one of size-xs, size-s, size-m, size-l & size-xl. (Default: size-m)
avatarSize = "size-xl"
# Accent color is displayed when you hover over <a> tags
accentColor = "#FF4D4D"
# Keywords relevant for SEO
metaKeywords = ["moadib", "moadibfr", "martin", "guibert", "gokarna", "hugo"]
# Footer text
footer = "MoAdiB - Martin Guibert"
socialIcons = [
{name = "github", url = "https://github.com/moadibfr"},
{name = "twitter", url = "https://twitter.com/moadibfr"},
{name = "spotify", url = "https://open.spotify.com/user/damoadib"},
{name = "gmail", url = "https://mailhide.io/en/e/wiupxBrS"},
{name = "linkedin", url = "https://www.linkedin.com/in/martin-guibert-850b2129/"},
]
[menu]
[[menu.main]]
identifier = "github"
url = "https://github.com/moadibfr/moadib"
weight = 1
# We use feather-icons: https://feathericons.com/
pre = "<span data-feather='github'></span>"