-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
68 lines (56 loc) · 1.4 KB
/
config.toml
File metadata and controls
68 lines (56 loc) · 1.4 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
62
63
64
65
66
67
disqusShortname = 'davidraab'
theme = "own"
title = 'David Raab'
baseURL = 'https://davidraab.github.io'
languageCode = 'en-us'
paginate = 100
[params]
author = "David Raab"
description = "Writing about programming (Perl, F#) and other stuff."
avatar = "avatar.jpg"
menu_item_separator = " - "
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
noHl = false
style = 'github-dark'
tabWidth = 4
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 1
[[menu.main]]
identifier = "Home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
[[params.social]]
icon = "github"
name = "David Raab Github Profile"
url = "https://github.com/DavidRaab"
[[params.social]]
icon = "rss"
name = "Atom Feed"
url = "https://davidraab.github.io/index.xml"
[params.style]
# darkestColor = "#d35050"
# darkColor = "#212121"
# lightColor = "#f5e3e0"
# lightColor = "#4d9cf0"
# lightestColor = "#f5f5f5"
# primaryColor = "#ffffff"