forked from kksudo/kazakov.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
106 lines (96 loc) · 2.14 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
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
baseurl = "https://mhester.de"
title = "mhester.de"
theme = "hugo-coder-forked"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
disqusShortname = "kksudo"
enableGitInfo = true
enableRobotsTXT = true
# Hugo settings
[sitemap]
changefreq = 'weekly'
filename = 'sitemap.xml'
priority = 0.5
[params]
author = "Matthias Hester"
info = [""]
description = "Matthias Hesters Social Networks"
keywords = "blog,businesscard,personal,devops"
avatarURL = "ich.jpg"
#gravatar = "[email protected]"
faviconSVG = "/img/favicon.svg"
favicon_32 = "/img/favicon.png"
since = 2023
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
# Git Commit in Footer, uncomment the line below to enable it
#commit = "https://github.com/kksudo/kazakov.xyz/tree/"
powered_by = true
# Series see also post count
maxSeeAlsoItems = 5
[taxonomies]
#tag = "tags"
#author = "authors"
# Social links
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 3
url = "https://github.com/brainscan1980/"
target = "_blank"
[[params.social]]
name = "Facebook"
icon = "fa fa-facebook fa-2x"
weight = 3
url = "https://www.facebook.com/matthias.hester/"
target = "_blank"
[[params.social]]
name = "Instagram"
icon = "fa fa-instagram fa-2x"
weight = 3
url = "https://www.instagram.com/brainscan/"
target = "_blank"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter fa-2x"
weight = 3
url = "https://twitter.com/mh2cc"
target = "_blank"
[[params.social]]
name = "Mastodon"
icon = "fa fa-mastodon fa-2x"
weight = 3
url = "https://troet.cafe/@brainscan"
target = "_blank"
[[params.social]]
name = "Bluesky"
icon = "fa fa-square fa-2x"
weight = 3
url = "https://bsky.app/profile/mh2.in"
target = "_blank"
#[[params.social]]
#name = "Telegram"
#icon = "fa fa-telegram fa-2x"
#weight = 3
#url = "https://t.me/MatthiasHester"
#target = "_blank"
[[params.social]]
name = "[email protected]"
icon = "fa fa-envelope fa-2x"
weight = 6
url = "mailto:[email protected]"
target = "_blank"
# Menu links
[[languages.en.menu.main]]
name = "Home"
weight = 1
url = "/"
[[languages.en.menu.main]]
name = "About"
weight = 2
url = "about/"