-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
39 lines (35 loc) · 1.01 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
baseURL = "https://www.wangfenjin.com"
languageCode = "en-us"
title = "Wang Fenjin"
theme = "terminal"
paginate = 10
[params]
contentTypeName = "posts"
themeColor = "green"
showMenuItems = 2
fullWidthTheme = true
centerTheme = true
favicon = "favicon.ico"
[languages]
[languages.en]
title = "Wang Fenjin"
subtitle = "Software Engineer at Bytedance"
keywords = "software engineer, distributed system, storage system, golang, python, rust, c++"
copyright = "Copyright © 2023 Wang Fenjin :: Powered by <a href=\"http://gohugo.io\">Hugo</a>"
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "Wang Fenjin's Blog"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 2