forked from kksudo/kazakov.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
82 lines (73 loc) · 1.76 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
baseurl = "https://kamek.pages.dev"
title = "Kamek"
theme = "hugo-coder-forked"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
disqusShortname = "kamek437"
enableGitInfo = true
[params]
author = "Kamek"
info = ["Craftsman Of Bits"]
description = "kamek's personal page"
keywords = "blog,businesscard,personal,devops,software development,coding,kamek437,kamek,dana,moore,kamek"
gravatar = "kamek437@gmail.com"
since = 2010
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
# Git Commit in Footer, uncomment the line below to enable it
commit = "https://github.com/kamek437/kamek/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/kamek437/"
target = "_blank"
[[params.social]]
name = "Gitlab"
icon = "fa fa-gitlab fa-2x"
weight = 2
url = "https://gitlab.com/kamek437/"
target = "_blank"
[[params.social]]
name = "Twitter"
icon = "fa fa-twitter fa-2x"
weight = 3
url = "https://www.twitter.com/kamek437/"
target = "_blank"
[[params.social]]
name = "Linkedin"
icon = "fa fa-linkedin fa-2x"
weight = 5
url = "https://www.linkedin.com/in/kamek/"
target = "_blank"
[[params.social]]
name = "kamek437@gmail.com"
icon = "fa fa-envelope fa-2x"
weight = 6
url = "mailto:kamek437@gmail.com"
target = "_blank"
# Menu links
[[languages.en.menu.main]]
name = "Home"
weight = 1
url = "/"
[[languages.en.menu.main]]
name = "About"
weight = 3
url = "about/"
[[languages.en.menu.main]]
name = "Blog"
weight = 2
url = "posts/"