-
Notifications
You must be signed in to change notification settings - Fork 28
/
config.toml
64 lines (52 loc) · 1.26 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
baseURL = "https://jamstack.club/"
languageCode = "en-us"
title = "Jamstack.club"
theme = "jamstackthemes"
paginate = 18
summaryLength = 10
# enableGitInfo = false
rssLimit = 50
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
[params]
segment_id = ""
description = "Free and open-source themes for Hugo, Eleventy, Jekyll, Gatsby and many more. Find the best free Jamstack themes and templates for your next project! "
stackbit_button = false
iframe_demo = true
assets_url = "https://assets.jamstackthemes.dev"
[theme_card]
show_archetype_icons = false
show_services_icons = false
[taxonomies]
ssg = "ssg"
cms = "cms"
css = "css"
archetype = "archetype"
services = "services"
[outputFormats]
[outputFormats.demo]
name = "demo"
mediaType = "text/html"
isHTML = "true"
path = "demo"
permalinkable = "true"
[outputs]
home = ["HTML","RSS","JSON"]
section = ["HTML","RSS"]
page = ["HTML", "demo"]
[frontmatter]
lastmod = [":git", "lastmod", ":fileModTime", ":default"]
# Main Menu
[[menu.main]]
name = "About"
url = "/about"
weight = 2
[[menu.main]]
name = "Contact"
url = "/contact"
weight = 2
[[menu.main]]
name = "Jamstack?"
url = "https://jamstack.wtf"
weight = 3