forked from Rvn0xsy/rvn0xsy.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
57 lines (52 loc) · 1.24 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
title = "倾旋的博客"
baseURL = "https://payloads.online"
theme = "researcher"
enableEmoji = true
googleAnalytics = ""
rssLimit = 20
[params]
author = "倾旋"
description = "倾旋的博客"
favicon = "favicon.ico" # path to a .ico to use as favicon
logo = "" # url or path to a logo to put in the header
plantuml = true
[[params.socialIcons]]
icon = "fab fa-twitter"
title = "Twitter"
url = "https://twitter.com/Rvn0xsy"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "E-mail"
url = "mailto:[email protected]"
[[params.socialIcons]]
icon = "fab fa-github"
title = "Github"
url = "https://github.com/Rvn0xsy"
[menu]
[[menu.main]]
pre = "fa fa-file-alt"
name = "Posts"
url = "/post/"
[[menu.main]]
pre = "fa fa-rss-square"
name = "Rss"
url = "/index.xml"
[[menu.main]]
pre = "fas fa-link"
name = "Links"
url = "/links/"
[[menu.main]]
pre = "fas fa-tools"
name = "Tools"
url = "/tools/"
[[menu.main]]
pre = "fas fa-code"
name = "Projects"
url = "/projects/"
weight = 2
[sitemap]
changefreq = 'monthly'
filename = 'sitemap.xml'
priority = 0.5
[markup.goldmark.renderer]
unsafe = true # allow raw HTML in markdown files