-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
105 lines (85 loc) · 3.67 KB
/
config.toml
File metadata and controls
105 lines (85 loc) · 3.67 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
baseURL = "https://ansoncao.me" # <head> 里面的 baseurl 信息,填你的博客地址
title = "Anson`s Blog" # 浏览器的标题
languageCode = "zh-cn" # 语言
hasCJKLanguage = true # 开启可以让「字数统计」统计汉字
theme = "mogege2" # 主题 (需要自己下载)
paginate = 30 # 每页的文章数
enableEmoji = true # 支持 Emoji
enableRobotsTXT = true # 支持 robots.txt
googleAnalytics = "" # Google 统计 id
preserveTaxonomyNames = true
[blackfriday]
hrefTargetBlank = true
nofollowLinks = true
noreferrerLinks = true
[Permalinks]
posts = "/:slug.html"
[menu]
[[menu.main]]
name = "Blog"
url = "/posts/"
weight = 1
[[menu.main]]
name = "Categories"
url = "/categories/"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 3
[[menu.main]]
name = "About"
url = "/about/"
weight = 4
[params]
since = 2017
author = "Anson" # Author's name
avatar = "//cdnv2.ruguoapp.com/FiKyyCXNdveGvKr-t1iZwtQ15AoRv3.jpg" # Author's avatar
subtitle = "Anson,AI & 技术型PM | 全栈D | fireboom.io 创始人" # Subtitle
# expect = "飞布API | 可视化 API 开发公有云平台" #个人期待
cdn_url = "" # Base CDN URL
home_mode = "post" # post or other
enableGitalk = true # gitalk 评论系统
enableTwikoo = false # Twikoo 评论系统
google_verification = ""
description = "anson会写代码的产品经理,这是我的技术博客,专注产品设计及软件开发。" # (Meta) 描述
keywords = "fireboom;golang;产品经理;AIGC;aPaas;" # site keywords
beian = ""
baiduAnalytics = ""
license= '本文采用<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/" target="_blank">知识共享署名-非商业性使用 4.0 国际许可协议</a>进行许可'
[params.custom]
js= [
#"http://res.wx.qq.com/open/js/jweixin-1.4.0.js", #微信JS
]
[params.social]
GitHub = "AnsonCode"
# Twitter = "xxoo"
Email = "caoyanbin1993@foxmail.com"
# Instagram = "xxoo"
Wechat = "https://i.loli.net/2021/01/20/4VCpNqXahn75GfD.jpg" # Wechat QRcode image
Jike = "https://jike.city/anson6" # 即刻主页
Zhihu = "https://www.zhihu.com/people/caoyanbin1993" # 知乎
# Facebook = "xxoo"
# Telegram = "xxoo"
# Dribbble = "xxoo"
# Medium = "xxoo"
[params.twikoo]
envId="anson-blog-talk-8gwaudnw7b5c558b" # 腾讯云环境ids
enable=true
visitor=true
# region: ap-guangzhou # 环境地域,默认为 ap-shangha
[params.wechat]
debug=false #是否调试模式
link="https://wechat-mp-8geeep1wd1373392-1253693669.ap-shanghai.app.tcloudbase.com/koa-starter/getSign" # 获取微信签名的地址
[params.gitalk] # Github: https://github.com/gitalk/gitalk
clientID = "5abafb88d519a0b1761e" # Your client ID
clientSecret = "acfaf672f08d485d60555c14157c7f1c6215d5f2" # Your client secret
repo = "myblogtalk" # The repo to store comments
owner = "AnsonCode" # Your GitHub ID
admin= ['AnsonCode'] # Required. Github repository owner and collaborators. (Users who having write access to this repository)
# id= "(location.pathname).substring(1, 50)" # The unique id of the page.
labels= "gitalk" # Github issue labels. If you used to use Gitment, you can change it
perPage= 15 # Pagination size, with maximum 100.
pagerDirection= "last" # Comment sorting direction, available values are 'last' and 'first'.
createIssueManually= false # If it is 'false', it is auto to make a Github issue when the administrators login.
distractionFreeMode= false # Enable hot key (cmd|ctrl + enter) submit comment.