-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
61 lines (52 loc) · 1.2 KB
/
config.toml
File metadata and controls
61 lines (52 loc) · 1.2 KB
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
baseurl = "https://rosharp.github.io/"
languageCode = "en-us"
theme = "cactus"
paginate = 10
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[languages]
[languages.en]
title = "Palenight Blues"
subtitle = "Blog about music and code"
keywords = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
[params]
colortheme = "dark" # dark, light, white, or classic
description = "Here I write about Linux and other tech related stuff."
mainSectionTitle = "Posts"
showAllPostsOnHomePage = true
postsOnHomePage = 5
tagsOverview = true
rss = true
[[params.social]]
name = "github"
link = "https://github.com/rosharp"
[[params.social]]
name = "email"
link = "vy.bekshnev@gmail.com" # no need for "mailto:" at the start
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
# And you can even create generic menu
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3