-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
38 lines (33 loc) · 887 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
baseurl = "https://yuanj.top"
title = "JiaoYuan's blog"
languageCode = "en-us"
pagination = { pagerSize = 10 }
theme = ["cloud"]
[Params]
post_meta = ["date"]
mainSections = ["posts"]
[Params.topbar]
subtitle = "思绪来得快去得也快,偶尔会在这里停留"
[Params.sidebar]
home = "right"
widgets = ["misc", "taglist", "recent"]
[Params.widgets]
recent_num = 15
tags_counter = true
[[Params.widgets.misc.custom]]
title = "Google"
url = "https://www.google.com/search?q=site:yuanj.top/posts"
[[Params.widgets.misc.custom]]
title = "E-Mail"
url = "/images/email.png"
[[Params.widgets.misc.custom]]
title = "GitHub"
url = "https://github.com/imjiaoyuan"
[[Params.widgets.misc.custom]]
title = "feed"
url = "/index.xml"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true