-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
87 lines (69 loc) · 2.48 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
baseurl = "https://linux-konsult.com"
title = "linux-konsult.com" # Site title.
theme = "coder-portfolio" # Set the theme.
languagecode = "en" # The site’s language code used to generate RSS.
defaultcontentlanguage = "en" # The default content language.
paginate = 20 # Default number of pages per page in pagination.
pygmentsstyle = "b2" # Color-theme or style for syntax highlighting.
pygmentscodefences = true # Enable code fence background highlighting.
pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences without specified language.
pygmentsUseClasses = true # new add
# disqusShortname = "yourdiscussshortname" # Enable or disable Disqus.
[params] # theme parameters
author = "Tom" # Author's name.
info = "Platform engineer with 20 years relevant experiences in Linux systems and DevOps practices." # Author's job title or info.
description = "linux-konsult.com" # Site description.
keywords = "blog,devops,sustainability,esp8266,prometheus,grafana" # Site keywords.
avatarurl = "images/avatar.jpg" # Contain the path of the optionnal avatar in the static folder.
#footercontent = "Enter a text here." # Add footer content
fixedbarContent = "Contact details " # Add fixedbar content
fixedbarContentAfter = "[email protected]" # Add fixedbar content after click
# Whether you want to hide copyright and credits in the footer.
hideCredits = true
hideCopyright = true
# Custom CSS
custom_css = []
# Alignment of Mobile Menu items
itemscentered = true
# RTL support
rtl = false
# Bottom sns share
snsShare = true
# Popular sns share
# if you want add sns. please message!
# enableTwitterShare = true
# enableFacebookShare = true
# enableHatenaShare = true
# enableLineShare = true
enableLinkedInShare = true
thumbnail = "images/tn.png"
langseparator = "|"
[[params.social]]
name = "Github"
icon = "fab fa-github"
weight = 1
url = "https://github.com/silverfisk/"
[[params.social]]
name = "Linkedin"
icon = "fab fa-linkedin"
weight = 2
url = "https://www.linkedin.com/in/tomeklof/"
# Menu links
[[menu.main]]
name = "Blog"
weight = 1
url = "posts"
[[menu.main]]
name = "Topics"
weight = 2
url = "categories"
[[menu.main]]
name = "Links"
weight = 9
url = "links"
[[menu.main]]
name = "Resume"
weight = 10
url = "http://whoami.linux-konsult.com"
# [markup.goldmark.renderer]
# unsafe = true