-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
66 lines (52 loc) · 1.44 KB
/
config.toml
File metadata and controls
66 lines (52 loc) · 1.44 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
theme = "blist"
languageCode = "en-US"
baseurl = "/"
title = "Food For Thought"
disqusShortname = 'ffthought-1'
googleAnalytics = "G-B3GGKQLF6R"
[params]
description = "Eating healthy matters"
name = "Food For Thought"
# Enable the darkmode toggle in header
darkModeToggle = true
# Enable search in header
enableSearch = true
# Custom copyright - optional
copyright = "Copyright © 2022 - We"
favicon = "favicon.svg"
# Color for the intro details and social links block, not applicable for dark mode
# Supported values: Any color from TailwindCSS default colors
# Reference: https://tailwindcss.com/docs/customizing-colors
ascentColor = "bg-green-100"
[params.homepage]
title = "Food For Thought"
description = "eating healthy matters."
photo = "/nature.jpg"
[params.homepage.social]
title = "This project wouldn't be possible without EEA grants"
description = ""
photoDark = "/grantsDark.png"
photoLight = "/grantsLight.png"
[[menu.main]]
name = "About"
url = "/about"
[[menu.main]]
name = "Iceland"
url = "/iceland-photos"
[[menu.main]]
name = "Czechia"
url = "/czechia-photos"
[build]
writeStats = true
[outputs]
home = ["HTML", "RSS", "JSON"]
# syntax highlight settings
[markup]
[markup.highlight]
style = "dracula"
[markup.goldmark.renderer]
# Enable to include inline HTML
unsafe = true
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
title = true