-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
56 lines (51 loc) · 1.42 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
baseurl = "https://batwing.tech/"
languageCode = "en-us"
title = "Batwing Hobbies"
theme = "hello-friend-ng"
paginate = 5
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 3
# set theme to full screen width
fullWidthTheme = false
# center theme with default width
centerTheme = false
# set a custom favicon (default is a `themeColor` square)
# favicon = "favicon.ico"
[languages]
[languages.en]
title = "Batwing.Tech"
subtitle = "Tools for the Judge Program from Dan Collins"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Batwing.Tech"
logoHomeLink = "/"
logoCursorAnimate = "0s"
logoCursorColor = "#ffa86a"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
[[languages.en.menu.main]]
identifier = "tools"
name = "Tools"
url = "/tools"
[[languages.en.menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5