-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml.bak
56 lines (47 loc) · 1.3 KB
/
config.toml.bak
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 = "http://example.com/"
languageCode = "en-us"
title = "Brandon Kurtz"
theme = "minimal"
googleAnalytics = ""
defaultMarkdownHandler="blackfriday"
[blackfriday]
extensions = ["hardLineBreak"]
[params]
author = "Brandon Kurtz"
description = "I do Client Engineering @ Airbnb. I'm focused on golang, configuration management, and open-source MDM."
githubUsername = "#"
accent = "blue"
showBorder = true
backgroundColor = "white"
font = "Raleway" # should match the name on Google Fonts!
highlight = true
highlightStyle = "default"
highlightLanguages = ["go", "python", "powershell", "haskell", "kotlin", "scala", "swift"]
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "posts/"
name = "Blog"
weight = 2
[[menu.icon]]
url = "mailto:[email protected]"
name = "fas fa-envelope"
weight = 1
[[menu.icon]]
url = "https://github.com/discentem/"
name = "fab fa-github"
weight = 2
[[menu.icon]]
url = "https://twitter.com/muffins222221"
name = "fab fa-twitter"
weight = 3
[[menu.icon]]
url = "https://macadmins.slack.com/messages/D1PJBJWLT"
name = "fab fa-slack"
weight = 4
[[menu.icon]]
url = "https://www.linkedin.com/in/brandon-kurtz/"
name = "fab fa-linkedin"
weight = 5