-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.toml
More file actions
39 lines (31 loc) · 772 Bytes
/
config.toml
File metadata and controls
39 lines (31 loc) · 772 Bytes
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
baseURL = "/"
languageCode = "en-us"
title = "ThemeGlobe - Joomla"
theme = "themeglobe"
paginate = 30
summaryLength = 10
# enableGitInfo = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
# disableKinds = ["taxonomy", "taxonomyTerm"]
[params]
description = "An open directory of professional templates for the Joomla CMS"
[taxonomies]
cms = "cms"
provider = "provider"
tags = "tags"
theme_framework = "theme_framework"
pricing = "pricing"
[outputs]
home = ["HTML","RSS","JSON"]
section = ["HTML","RSS"]
[frontmatter]
lastmod = [":git", "lastmod", ":fileModTime", ":default"]
# Main Menu
[[menu.main]]
name = "Joomla"
url = "/cms/joomla/"
[[menu.main]]
name = "Wordpress"
url = "/cms/wordpress/"