-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
39 lines (34 loc) · 981 Bytes
/
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://ayamir.github.io"
languageCode = "zh-cn"
title = "Ayamir's blog"
theme = "github-style-plus"
pygmentsCodeFences = true
pygmentsUseClasses = true
enableGitInfo = true
[params]
description = "All is for liberty."
github = "ayamir"
enableGithubFollowers = true
email = "miracle_l@bupt.edu.cn"
url = "https://github.com/ayamir"
keywords = "Multimedia, WebRTC, CloudGame, Programming"
userStatusEmoji = "🎯"
favicon = "/images/favicon.png"
avatar = "/images/avatar.png"
headerIcon = "/images/GitHub-Mark-Light-32px.png"
location = "China"
rss = true
lastmod = true
enableUtterances = true
enableLocalSearch = true
[params.utterances]
repo = "ayamir/ayamir.github.io"
[[params.links]]
title = "Zhihu"
href = "https://www.zhihu.com/people/MiraculousMoon"
icon = "/images/zhihu.png"
[frontmatter]
lastmod = ["lastmod", ":fileModTime", ":default"]
[services]
[services.googleAnalytics]
ID = "G-6KX34MKCTY"