-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
69 lines (59 loc) · 1.59 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
baseURL = "https://kondor6c.github.io/"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "Web Book"
theme = [ "mainroad" ]
themesdir = "themes/"
paginate = "10"
hasCJKLanguage = false
publishDir = "kondor6c.github.io"
enableEmoji = false
pygmentsStyle = "tango"
pygmentsUseClasses = false
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
defaultContentLanguage = "en"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
[outputs]
home = [ "HTML", "RSS"]
[deployment]
order = [".jpg$", ".gif$"]
[[deployment.targets]]
name = "gitlab"
[[deployment.targets]]
name = "github"
[params]
author = "Kevin Faulkner"
copyright = "Kevin Faulkner"
description = "simple helpful log of information"
disableLanguageSwitchingButton = true
disableSearch = false # default is false
disableNavChevron = false # set true to hide next/prev chevron, default is false
editURL = "https://github.com/kondor6c/blog"
enableGitInfo = true
opengraph = false
twitter_cards = false
ordersectionsby = "weight" # ordersectionsby = "title"
themeVariant = "blue"
[Params.widgets.social]
telegram = "kondor6c"
github = "kondor6c"
gitlab = "kondor6c"
bitbucket = "kondor6c"
email = "[email protected]"
[Params.logo]
image = "static/images/tux_logo.png"
[Params.sidebar]
home = "right" # Configure layout for home page
list = "left" # Configure layout for list pages
single = false
widgets = ["search", "recent", "categories", "taglist", "social"]
[[menu.shortcuts]]
name = "Main"
url = "/"
weight = 2
[[menu.shortcuts]]
name = "<i class='fas fa-tags'></i> Tags"
url = "/tags"
weight = 30