forked from NerdyDayTrips/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
82 lines (74 loc) · 1.89 KB
/
config.toml
File metadata and controls
82 lines (74 loc) · 1.89 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
baseURL = 'https://nerdydaytrips.org/'
languageCode = 'en-gb'
title = 'Nerdy Day Trips²'
theme = "ndt2"
enableRobotsTXT = true
enableGitInfo = true
relativeURLs = true
[Permalinks]
daytrip = "/:slug/"
post = "/blog/:year/:month/:filename/"
[outputs]
section = ['html', 'rss', 'json']
home = ['html', 'rss']
page = ['html']
rss = ['rss']
taxonomy = ['html', 'rss']
term = ['html', 'rss']
[markup.goldmark.renderer]
unsafe = true
[params]
mainSections = ["daytrip", "post"]
description = "A global map of places to visit that might appeal to nerdy types"
[params.repository]
branch = 'main'
owner = 'nerdydaytrips'
repo = 'website'
service = 'GitHub'
urlPatternEdit = 'https://github.com/%s/%s/edit/%s/%s'
urlPatternView = 'https://github.com/%s/%s/blob/%s/%s'
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
[menu]
[[menu.main]]
name = "Search"
url = "/search"
title = "Search by name"
weight = 15
[menu.main.params]
icon = "fa-solid fa-magnifying-glass-location"
[[menu.main]]
name = "Add"
url = "https://add.nerdydaytrips.org/"
title = "Add a new venue"
weight = 16
[menu.main.params]
icon = "fa-solid fa-circle-plus"
[[menu.main]]
name = "Blog"
url = "/blog/"
title = "Our blog"
weight = 20
[menu.main.params]
icon = "fa-solid fa-blog"
[[menu.main]]
name = "About"
url = "/about/"
title = "About Nerdy Day Trips"
weight = 30
[menu.main.params]
icon = "fa-solid fa-circle-info"
[[menu.main]]
name = "Contact"
url = "/contact/"
title = "Contact us"
weight = 40
[menu.main.params]
icon = "fa-solid fa-at"
[[menu.main]]
name = "GitHub"
url = "https://github.com/nerdydaytrips/website"
title = "Help out on GitHub!"
weight = 50
[menu.main.params]
icon = "fa-brands fa-github"