forked from jkibe/recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
52 lines (43 loc) · 849 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
46
47
48
49
50
51
baseURL = "https://therecipelog.com/"
languageCode = "en-us"
title = "Recipe Log"
theme = "noteworthy"
summaryLength = 10
paginate = 4
[taxonomies]
tag = "tags"
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 10
[[menu.main]]
identifier = "recipes"
name = "Recipes"
url = "/recipes"
weight = 3
[[menu.main]]
identifier = "menus"
name = "What's Cooking"
url = "/menus"
weight = 3
[[menu.main]]
identifier = "equipment"
name = "Equipment"
url = "/equipment"
weight = 10
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags"
weight = 10
[[menu.main]]
identifier = "copyright"
name = "Copyright"
url = "/copyright"
weight = 10