-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
56 lines (48 loc) · 1.3 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
baseURL = "https://rogena.me"
languageCode = "en-us"
title = "Not /.well-known"
theme = "cactus"
copyright = "Jason Rogena"
[[params.social]]
name = "github"
link = "https://github.com/jasonrogena"
[[params.social]]
name = "email"
link = "[email protected]"
[[params.social]]
name = "twitter"
link = "https://twitter.com/jrogena"
[params]
description = "I am a Site Reliability Engineer currently based in Dublin. If I'm not at my desk, I'll probably be in the kitchen or gym. I'm also a father of seven (plants). Herein lies, mostly tech-related, exploits in the form of blog posts and projects. Feel free to reach out through email or Twitter if you'd like to chat."
colortheme = "white"
mainSectionTitle = "Posts"
showProjectsList = true
projectsUrl = "https://github.com/jasonrogena"
rss = true
postsOnHomePage = 5
tagsOverview = true
showReadTime = true
showAllPostsArchive = false
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "All Posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 3
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4