-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
177 lines (153 loc) · 3.61 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
baseURL = "http://localhost:1313"
languageCode = "en-us"
defaultContentLanguage ="en"
title = "hugo-theme-statusline"
paginate = 6
theme="statusline"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = true
style = "dracula"
tabWidth = 2
[markup.tableOfContents]
endLevel = 6
ordered = false
startLevel = 2
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[params]
# colorscheme="gruvbox-dark"
# colorscheme="gruvbox-light"
colorscheme="deepspace"
titleColor = "cyan"
author = "kirontoo"
enableGoToTop = true
enableParagraphIndent = false
enableTOC = true
enableLastModified = true
enableSidebar = true
listDateFormat = "01-02-2006"
singleDateFormat = "Jan 02, 2006"
mainSections = [ "blog" ]
description = "The statusline theme for Hugo example site."
[params.profile]
name = "kirontoo"
location = "los angeles, CA"
email = "example@email.com"
website = "https://github.com/kirontoo/hugo-theme-statusline"
bio = "A short bio you can write. It will be limited to 200 characters to prevent long paragraphs."
occupation = "Web Developer"
[params.profile.image]
# to link your own image, place them in the static/image folder:
# link = "images/your-image.png"
link = "https://loremflickr.com/320/240"
alt = "placeholder cat image"
# title = "placeholder cat image"
[params.profile.links]
[params.profile.links.instagram]
link = "https://example.com"
color = "white"
[params.profile.links.facebook]
link = "https://example.com"
color = "blue"
[params.profile.links.twitter]
link = "https://example.com"
color = "cyan"
[params.profile.links.linkedin]
link = "https://example.com"
color = "yellow"
[params.profile.links.github]
link = "https://example.com"
color = "red"
[params.projects]
enableSidebar = true
borderStyle = "box" # Round or box
listStyle = "grid"
[params.archive]
pageTypeBlacklist = [ "archive", "projects", "about" ]
publishDateFormat = "Jan 02"
enableSidebar = true
[params.archive.color]
type = "blue"
groupDate = "pink"
publishDate = "yellow"
[params.pagination]
enable = true
pageColor = "cyan"
activePageColor = "pink"
[menu]
[[menu.main]]
identifier = "about"
name = "about"
url = "/about"
pre = "purple"
weight = 1
[[menu.main]]
identifier = "projects"
name = "projects"
url = "/projects"
pre = "cyan"
weight = 2
[[menu.main]]
parent = "projects"
name = "bots"
url = "/projects/web-app"
pre = "cyan"
[[menu.main]]
identifier = "blog"
name = "blog"
url = "/blog"
pre = "yellow"
weight = 3
[[menu.main]]
identifier = "archive"
name = "archive"
url = "/archive"
weight = 6
[privacy]
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
anonymizeIP = false
disable = false
respectDoNotTrack = false
useSessionStorage = false
[privacy.instagram]
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = false
enableDNT = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = false