-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
75 lines (65 loc) · 1.6 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
baseURL = "https://jackdolgin.org"
languageCode = "en-us"
title = "Jack Dolgin"
theme = "vanilla-bootstrap-hugo-theme"
googleAnalytics = "UA-123456789-1"
# Uncomment below to enable syntax highlighting
pygmentsCodefences = true
pygmentsCodefencesGuessSyntax = true
# See https://xyproto.github.io/splash/docs/all.html for more styles
pygmentsStyle = "pygments"
summaryLength = 50
[taxonomies]
tag = "tags"
[permalinks]
blog = "/:filename/"
[menu]
[[menu.nav]]
name = "home"
url = "/"
weight = 1
[[menu.nav]]
name = "about"
url = "/about/"
weight = 2
[[menu.nav]]
name = "blog"
url = "/blog/"
weight = 3
[[menu.nav]]
name = "cv [pdf]"
url = "/vita/dolgin_cv.pdf"
weight = 4
[[menu.nav]]
name = "contact"
url = "/contact/"
weight = 5
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
[params]
fontsUseGoogleApis = "true"
includeBootstrapJs = false
showActiveNav = false
containerMaxWidth = "700px"
dateFormat = "Jan 2, 2006"
homeText = ""
footerText = ""
hideFooter = true
[Social]
twitter = "jbdolg"
[params.googleApiFonts.family]
tagsText = [ "html", "body", "time" ]
tagsHeading = [ "h1", "h2", "h3", "h4", "h5", "h6" ]
tagsMono = [ "pre", "code", "samp" ]
fallbackText = "html"
fallbackHeading = "h1"
fallbackMono = "pre"
[params.googleApiFonts.family.html]
sans-serif = "Inconsolata"
[params.googleApiFonts.family.h1]
sans-serif = "Inconsolata"
[params.googleApiFonts.family.samp]
sans-serif = "Inconsolata"
[params.googleApiFonts.family.code]
sans-serif = "Ubuntu Mono"