-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
45 lines (40 loc) · 864 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
45
baseURL = 'tofudreams.com/'
languageCode = 'en-us'
title = 'Tofu Dreams'
description = "Vegan recipes to dream about"
copyright = "2024 Tofu Dreams"
theme = 'bean'
relativeURLs = true
summaryLength = 10
paginate = 12
capitalizeListTitles = false
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
category = "categories"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Savory"
pre = "savory"
pageref = "/categories/savory/"
weight = 2
[[menu.main]]
name = "Sweet"
pre = "sweet"
pageref = "/categories/sweet/"
weight = 3
[[menu.main]]
name = "Oatmeal"
pre = "oatmeal"
pageref = "/categories/oatmeal/"
weight = 4
[params]
logo = "logo.png"
icon = "favicon.png"
name = "Tofu Dreams"
description = "Vegan recipes to dream about"