-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
74 lines (70 loc) · 2.1 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
baseURL = "https://rusttalk.github.io"
languageCode = "zh-cn"
defaultContentLanguage = "en"
hasCJKLanguage = true
title = "RustTalk"
theme = "zen"
copyright = "2022 rusttalk.github.io"
googleAnalytics = "UA-50745138-4"
paginate = 10
paginatePath = "page"
enableGitInfo = true
[frontmatter]
lastmod = [':git', 'lastmod', ':fileModTime', ':default']
[author]
name = "写代码的西瓜"
email = "[email protected]"
[[menu.main]]
name = "播客"
weight = 20
identifier = "podcast"
url = "/podcast/"
# [[menu.main]]
# name = "标签"
# weight = 22
# identifier = "tags"
# url = "/tags/"
[[menu.main]]
name = "关于"
weight = 30
identifier = "about"
url = "/about/"
[[menu.main]]
name = "打赏"
weight = 50
identifier = "afdian"
url = "https://liujiacai.net/donate/"
[params]
logo = true
mainSections = ["post", "podcast"]
mp3Root = "https://liujiacai.net/cdn-mp3/"
git_repo = "https://github.com/RustTalk/rusttalk.github.io"
fadian = """
#### 欢迎听众[打赏支持](https://liujiacai.net/donate/),您的支持是我不断创作的动力🍻
"""
dateformat = "2006-01-02"
description = "RustTalk 是一档专注在 Rust 社区的程序员闲聊节目。官网:rusttalk.github.io"
feedlinks = false
realfavicongenerator = true
relatedposts = true
submitted = true
sidebar = true
mobileMenu = true
copyright = "© 2022 - 2023 [RustTalk](https://github.com/RustTalk/rusttalk.github.io) Licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)"
poweredby = true
# footer = "footer"
[params.giscus] # https://giscus.app/
repo = "RustTalk/rusttalk.github.io"
repoId = "R_kgDOGm5vDQ"
category = "Announcements"
categoryId = "DIC_kwDOGm5vDc4CSRaH"
[params.podcast]
local = false
image = "logo3000.png"
lang = "zh-cn"
author = "写代码的西瓜"
[params.podcast.category]
name = "Technology"
[params.podcast.owner]
name = "写代码的西瓜"
email = "[email protected]"