-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
49 lines (44 loc) · 1.14 KB
/
config.toml
File metadata and controls
49 lines (44 loc) · 1.14 KB
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
baseURL = "/"
languageCode = "en-us"
theme = "hugo-winston-theme"
themesDir = "themes"
title = "Side Effect"
paginate = 3
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
copyright = "2026 Side Effect All rights reserved"
[Author]
name = "Thibault Wittemberg"
email = "thibault@sideeffect.io"
[module]
[module.hugoVersion]
extended = true
min = "0.55.0"
[params]
google_analytics_id = "UA-109460106-1"
twitter_handle = "@nakodark"
showAuthorOnHomepage = true
showAuthorOnPosts = false
showPostsOnHomepage = true
addDot = true
addFrame = true
highlightColor = "#56ADAE" # side effect green
baseColor = "#FFFFFF"
baseOffsetColor = "#FFFFFF"
headingColor = "#373930" # side effect dark gray
textColor = "#373930" # side effect dark gray
dotColor = "#56ADAE" # side effect green
# 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