-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.toml
95 lines (83 loc) · 1.92 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
baseurl = "https://kazakov.xyz"
title = "DevOps with love"
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 = "Kirill Kazakov"
info = ["Full Stack DevOps and Magician"]
description = "Kirill Kazakov's personal page"
keywords = "blog,businesscard,personal,devops,kksudo,kirill,kazakov"
gravatar = "[email protected]"
faviconSVG = "/img/favicon.svg"
favicon_32 = "/img/favicon.png"
since = 2010
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 = 1
url = "https://github.com/kksudo/"
target = "_blank"
[[params.social]]
name = "Gitlab"
icon = "fa fa-gitlab fa-2x"
weight = 2
url = "https://gitlab.com/kksudo"
target = "_blank"
[[params.social]]
name = "Instagram"
icon = "fa fa-instagram fa-2x"
weight = 3
url = "https://www.instagram.com/kk_sudo/"
target = "_blank"
[[params.social]]
name = "X-Twitter"
icon = "fa fa-brands fa-x-twitter fa-2x"
weight = 3
url = "https://x.com/kk_sudo/"
target = "_blank"
[[params.social]]
name = "Linkedin"
icon = "fa fa-linkedin fa-2x"
weight = 5
url = "https://www.linkedin.com/in/kazakovk/"
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/"