-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
73 lines (60 loc) · 1.82 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
# Site settings
languageCode = "en-us"
title = "云吹"
baseurl = "http://bragfoo.ooo/"
theme = "cactus-plus"
[params]
name = "云吹"
description = "我对你们讲, 我只是在吹牛逼."
bio = "podcast"
# Enter optionally your twitter account
twitter = "machinly"
enableRSS = false
# Disqus comment
disqusShortname = "your_disqus_short_name"
# Disable disqus comments by set `enableDisqus = "false"`
enableDisqus = false
# Duoshuo comment
duoshuoShortname = "your_duoshuo_short_name"
# Disable duoshuo comments by set `enableDuoshuo = "false"`
enableDuoshuo = false
enableGithubIssuesTips = false
# Use description as title in single page, posts page and tags page.
useDescriptionAsTitle = false
# Enable googleAnalytics
enableGoogleAnalytics = false
# Enable baiduAnalytics
enableBaiduAnalytics = false
# Baidu Tongji Code
baiduAnalytics = 'your_baidu_tongji_code'
# Add custom assets with their paths relative to the static folder
customCSS = []
customJS = []
# The variables below are optionally too and can be used to
# translate or customize each string of the theme.
# Navigation links
home = ""
about = ""
archive = ""
subscribe = ""
# Pagination links
olderPosts = ""
newerPosts = ""
readMore = ""
copyright = ""
# Sharing options and author information in posts
aboutAuthor = "I am so interesting."
tweet = ""
share = ""
# 404 page
title404 = ""
subtitle404 = ""
# Choose a font for the social icons in the footer. Either "mono-social" or "font-awesome"
iconFont = "font-awesome"
# The social icons can be styled differently if you use mono as font - circle, rounded, or empty
socialIconStyle = ""
# Add additional social link entries underneath
[social]
facebook-square = ""
twitter-square = "https://twitter.com/machinly"
github-square = "https://github.com/bragfoo"