-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
46 lines (42 loc) · 1 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
baseURL = "https://izabelacborges.github.io/"
languageCode = "en-us"
theme = "winston"
themesDir = "themes"
title = "izabelacborges"
paginate = 5
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 = '#ca9ee6'
lightHighlightColor = '#e0f6e6'
darkHighlightColor = '#1c5e30'
baseColor = "#ffffff"
baseOffsetColor = "#eaeaea"
headingColor = "#1c1b1d"
textColor = "#4e5157"
dotColor = "#ca9ee6"
# 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