-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
63 lines (55 loc) · 1.21 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
baseURL = 'https://vranix.com/'
languageCode = 'en-us'
defaultConentLanage = "en"
title = 'vranix'
theme = 'KeepIt'
paginate = 12
enableRobotsTXT = true
[Permalinks]
posts = "/:year/:filename/"
[menu]
[[menu.main]]
name = "Blog"
url = "/posts/"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 4
Email = "shaw@vranix.com"
[[menu.main]]
name = "Resume"
url = "/resume"
weight = 4
[params.social]
GitHub = "svrana"
Email = "shaw@vranix.com"
Linkedin = "shawvrana"
keybase = "svrana"
[params]
author = "svrana"
avatar = "/fancypants.jpg"
description = "Shaw Vrana's personal website"
socialShare = true
[params.share]
Twitter = true
Linkedin = true
Reddit = true
HackerNews = true
Facebook = true
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_inline = false
hl_Lines = ''
anchorlinenos = false
lineNoStart = 1
lineNos = false
lineNumbersInTable = false
noClasses = true
noHl = false
style = 'solarized-dark'
tabWidth = 4
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License."