-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
77 lines (63 loc) · 1.91 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
baseurl = "https://www.wunused.com/"
languageCode = "en-us"
title = "-Wunused"
theme = "cactus" # https://github.com/monkeyWzr/hugo-theme-cactus
defaultContentLanguage = "en"
staticDir = ['static']
[author]
name = "Andreas"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Blog Posts"
url = "/posts/"
weight = 4
[[menu.main]]
name = "Publications"
url = "/publications/"
weight = 3
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
colortheme = "dark" # dark, light, white, or classic
description = "I'm Andreas. I am interested in computer system security."
# Used as the link for the "writings" title on the homepage
mainSection = "posts"
#mainSectionTitle = "Blog Posts" # This is used in a newer version of cactus
# Show only the 5 most recent posts (default)
showAllPostsOnHomePage = false
postsOnHomePage = 5
# Can show projects lists if this is enabled.
# showProjectsList = true
# projectsUrl = "https://github.com/wunused"
# Social Icons
# name key expects a Font Awesome Icon https://fontawesome.com/icons?d=gallery&p=2&s=brands
[[params.social]]
name = "github"
link = "https://github.com/wunused"
[[params.social]]
name = "twitter"
link = "https://twitter.com/__wunused__"
[[params.social]]
name = "email"
link = "[email protected]"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4