-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
46 lines (42 loc) · 1.25 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
baseURL = "https://rdner.de/"
languageCode = "en-us"
title = "rdner's blog"
theme = "dark-pragma"
relativeURLs = true
sectionPagesMenu = "main"
enableRobotsTXT = true
pygmentsCodefences = true
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
tabWidth = 2
[markup.tableOfContents]
endLevel = 3
startLevel = 1
[params]
UserPicture = "https://www.gravatar.com/avatar/0f18ade06d929797f7c7e418c509a0b1?s=512"
AuthorName = "Denis Rechkunov"
Description = "Personal stories and thoughts"
Github = "rdner"
Email = "denis@rdner.de"
License = "a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a><a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-sa/4.0/\"> <img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"/images/cc-by-nc-sa.png\" /></a>"
[menu]
[[menu.main]]
identifier = "posts"
name = "Posts"
title = "My blog posts"
url = "/posts/"
weight = -120
[[menu.main]]
identifier = "talks"
name = "Talks"
title = "My talks"
url = "/talks/"
weight = -110
[[menu.main]]
identifier = "cv"
name = "CV"
title = "My most recent CV"
url = "/cv.html"
weight = -100