-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
44 lines (40 loc) · 957 Bytes
/
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
baseURL = "https://blog.rustic.digital/"
languageCode = "en-us"
theme = "winston"
themesDir = "themes"
title = "rustic.digital blog"
paginate = 3
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
[module]
[module.hugoVersion]
extended = true
min = "0.55.0"
[params]
google_analytics_id = ""
twitter_handle = ""
showAuthorOnHomepage = true
showAuthorOnPosts = false
showPostsOnHomepage = false
addDot = true
addFrame = true
highlightColor = '#0DB8C9'
baseColor = "#FFFFFF"
baseOffsetColor = "#000000"
headingColor = "#000000"
textColor = "#000000"
dotColor = "#0DB8C9"
# markdown config settings https://gohugo.io/getting-started/configuration-markup/#goldmark
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false
[menu]
[[menu.main]]
identifier = 'home'
name = 'Home'
url = '/'
weight = 1