-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
72 lines (60 loc) · 1.66 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
baseURL = "http://fourm.info/"
languageCode = "en-us"
title = "FourM"
theme = "minimal"
# disqusShortname = "username" # delete this to disable disqus comments
googleAnalytics = ""
[params]
author = "Aron Trauring"
description = "The Mythical Man Month Method Blog"
githubUsername = "AronT-TLV"
accent = "red"
showBorder = true
backgroundColor = "white"
font = "Raleway" # should match the name on Google Fonts!
highlight = true
highlightStyle = "solarized-light"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift", "bash"]
[[menu.main]]
url = "/"
name = "Home"
weight = 1
[[menu.main]]
url = "/post/"
name = "Posts"
weight = 2
[[menu.main]]
url = "/project/"
name = "Projects"
weight = 3
[[menu.main]]
url = "/About"
name = "About"
weight = 4
# Social icons to be shown on the right-hand side of the navigation bar
# The "name" field should match the name of the icon to be used
# The list of available icons can be found at http://fontawesome.io/icons/
[[menu.icon]]
url = "mailto:blog@fourm.info"
name = "envelope-o"
weight = 1
[[menu.icon]]
url = "https://github.com/FourMInfo/"
name = "github"
weight = 2
[[menu.icon]]
url = "https://twitter.com/fourminfo/"
name = "twitter"
weight = 3
[[menu.icon]]
url = "https://www.linkedin.com/in/aron-trauring-a0540/"
name = "linkedin"
weight = 4
[[menu.icon]]
url = "https://www.dropbox.com/s/kticf27vc5nvkvn/Aron%20Resume.pdf?dl=0"
name = "file-text"
weight = 5
[[menu.icon]]
url = "https://www.stackoverflow.com/users/6079539/aron-t"
name = "stack-overflow"
weight = 6