-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
56 lines (51 loc) · 1.44 KB
/
config.toml
File metadata and controls
56 lines (51 loc) · 1.44 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
baseurl = "https://frostcube.com"
languageCode = "en"
theme = "hello-friend"
paginate = 5
## Hugo Built-in Features
[services.googleAnalytics]
id = 'G-PJT4RV57V6'
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "post"
# "light" or "dark"
defaultTheme = "dark"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 1
# Enable to show reading time in minutes for posts
showReadingTime = false
[languages]
[languages.en]
title = "FrostCube"
subtitle = "We make games"
keywords = ""
copyright = "© 2025 FrostCube"
menuMore = "Content"
writtenBy = "Written by"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
minuteReadingTime = "min read"
dateFormatSingle = "Jan 2, 2006"
dateFormatList = "Jan 2, 2006"
[languages.en.params.logo]
# logoText = "FrostCube"
logoHomeLink = "/"
# or
#
path = "/img/frostcube_logo_banner_web_map.png"
alt = "FrostCube"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
# [[languages.en.menu.main]]
# identifier = "privacy"
# name = "Privacy Policy"
# url = "/privacy-policy"
# [[languages.en.menu.main]]
# identifier = "showcase"
# name = "Showcase"
# url = "/showcase"