-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
46 lines (37 loc) · 1.11 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
baseUrl = "https://joeytat.github.io/"
languageCode = "zh-cn"
title = "Dev Log"
theme = "hello-friend"
paginate = 5
googleAnalytics = "UA-131363452-1"
[params]
# dir name of your blog content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).
contentTypeName = "posts"
# "light" or "dark"
defaultTheme = "light"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 2
# Show reading time in minutes for posts
showReadingTime = false
# Show table of contents at the top of your posts (defaults to false)
# Alternatively, add this param to post front matter for specific posts
# toc = true
# Show full page content in RSS feed items
#(default is Description or Summary metadata in the front matter)
rssFullText = true
[params.logo]
logoText = "Joeytat's Devlog"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
[menu]
[[menu.main]]
identifier = "Archive"
name = "存档"
url = "/archive"
# [[menu.main]]
# identifier = "contact"
# name = "Contact"
# url = "/contact"