forked from stackbit/jamstackthemes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
48 lines (41 loc) · 1.03 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
baseURL = "/"
languageCode = "en-us"
title = "JAMstack Themes"
theme = "jamstackthemes"
paginate = 30
summaryLength = 10
# enableGitInfo = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
[params]
google_analytics_id = ""
description = "A list of Themes and Starters for JAMstack Sites."
banner = false
banner_text = "Announcing the Stackbit Control Center for managing modern websites. 🤙👩🏼🎤🔥"
banner_link = "https://www.stackbit.com/control-center/"
banner_link_text = "Try It Now"
stackbit_button = true
[theme_card]
show_archetype_icons = false
show_services_icons = false
[taxonomies]
ssg = "ssg"
cms = "cms"
css = "css"
archetype = "archetype"
services = "services"
[outputs]
home = ["HTML","RSS","JSON"]
section = ["HTML","RSS"]
[frontmatter]
lastmod = [":git", "lastmod", ":fileModTime", ":default"]
# Main Menu
[[menu.main]]
name = "New Themes"
url = "/"
weight = 1
[[menu.main]]
name = "All Themes"
url = "/themes/"
weight = 2