-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
42 lines (37 loc) · 1.2 KB
/
hugo.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
title = "Pillow"
languageCode = "en-us"
theme = "hugo-pillow"
baseURL = "https://pillowbeast.github.io/hugo-Pillow/"
[params]
[params.costumisation]
primaryColor = "#8ED6CB"
secondaryColor = "#8F45A5"
footerText = "Crafted with ❤︎ in Zurich."
[params.contact]
name = "Pillowbeast"
email = "[email protected]"
# phone = "+00 000 00 00"
adress = "Zurich, Switzerland"
# Add your social media links here, these will be added to the footer.
[params.profiles]
spotify = "https://https://open.spotify.com/user/pillowbeast"
github = "https://github.com/pillowbeast"
# linkedin = "https://linkedin.com"
# email = "mailto:[email protected]"
# instagram = "https://instagram.com"
# TODO: implement settings
# [settings]
# ShowShareButtons = true
# ShowReadingTime = true
# ShowPostNavLinks = true
# ShowBreadCrumbs = true
# ShowCodeCopyButtons = true
ignoreLogs = ["warning-goldmark-raw-html"]
enableGitInfo = true
[markup]
[markup.highlight]
# style = "rose-pine-dawn"
noClasses=false
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true