-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
77 lines (58 loc) · 1.51 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
75
76
77
baseURL = "https://quqiuzhu.com/"
languageCode = "zh-CN"
title = "看见未来"
paginate = 20
canonifyurls = true
pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
googleAnalytics = "UA-140819128-1"
[permalinks]
posts = "/:year/:filename/"
[params]
author = "屈秋竹"
info = "视频工程师"
description = "屈秋竹的个人网站"
keywords = "屈秋竹,秋竹,程序员,站长,工程师,商汤,虎牙,音视频,看见未来"
avatarurl = "https://quqiuzhu-com.oss-cn-beijing.aliyuncs.com/img/avatar.png"
favicon_32 = "favicon.png"
favicon_16 = "favicon.png"
hidecredits = true
hidecopyright = false
rtl = false
math = true
# Utterances
[params.utter]
repo = "quqiuzhu/quqiuzhu.github.io"
issueTerm = "title" # pathname title url
theme = "github-light"
# Social links
[[params.social]]
name = "Github"
icon = "icon-github"
weight = 1
url = "https://github.com/quqiuzhu/"
[[params.social]]
name = "LinkedIn"
icon = "icon-linkedin"
weight = 2
url = "https://www.linkedin.com/in/quqiuzhu/"
[[params.social]]
name = "Email"
icon = "icon-mail-open"
weight = 3
url = "http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=WSgsKDAsIzEsGSgodzo2NA"
[[params.social]]
name = "RSS"
icon = "icon-rss"
weight = 4
url = "/index.xml"
# Menu links
[[menu.main]]
name = "博客"
weight = 1
url = "/posts/"
[[menu.main]]
name = "关于"
weight = 2
url = "/about/"