forked from visiky/kasmine.blog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·136 lines (96 loc) · 4.14 KB
/
_config.yml
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# Site settings
author: pullopen
title: Mastodon搭建指南
SEOTitle: 技术小白搭建Mastodon站点指南
header-img: universe.jpg
post-img: universe2.png
email: [email protected]
description: ""
keyword: "Mastodon, Fediverse"
url: "https://pullopen.github.io" # your host, for absolute URL
baseurl: "/"
imgurl: "/assets/img"
# baseurl: "" # 本地调试使用
# imgurl: "/assets/img"
# Basic settings
sass:
sass_dir: _scss
# style: compressed
# SNS settings
RSS: true
#weibo_username: kasmine
# zhihu_username: kasmine
github_username: pullopen
#twitter_username: kasmine
#facebook_username: kasmineLiao
# linkedin_username: firstname-lastname-idxxxx
# Build settings
# from 2016, 'pygments' is unsupported on GitHub Pages. Use 'rouge' for highlighting instead.
highlighter: rouge
paginate: 8
exclude: ["less", "node_modules", "Gruntfile.js",
"package.json",
"README.md",
"README.zh.md"]
anchorjs: true # 如何设置
# Gems -> Rename to plugins
# from PR#40, to support local preview for Jekyll 3.0
plugins: [jekyll-paginate, jekyll-feed]
markdown: kramdown
kramdown:
input: GFM # use Github Flavored Markdown !important
# Disqus settings 待完善
#disqus_username: _your_disqus_short_name_
# Analytics settings
# Google Analytics
# ga_track_id: 'UA-89922034-1' # Format: UA-xxxxxx-xx
# ga_domain:
# Sidebar settings
sidebar: true # whether or not using Sidebar.
sidebar-about-description: "没有任何IT背景的技术小白要如何搭建一个Mastodon实例?这里给你提供详细指南!"
sidebar-avatar: /assets/img/fediverse.png # use absolute URL, seeing it's used in both `/` and `/about/`
# Progressive Web Apps
chrome-tab-theme-color: "lightred"
service-worker: true
# Catalog settings
catalog: true
# Featured Tags
featured-tags: true # whether or not using Feature-Tags
featured-condition-size: 1 # A tag will be featured if the size of it is more than this condition value
# Tags
sidebar-tags: [Mastodon建站, Mastodon搭建, 搭建Mastodon]
# Friends
friends: [{
title: "长毛象(Mastodon)社区搭建详解",
href: "https://guide.mastodon.im"
},{
title: "奇想齋",
href: "https://i.nebula.moe/"
},{
title: "影子屋",
href: "https://blog.bgme.me/"
}
]
# 推荐top书籍
#topbook: {
# name: "JavaScript高级程序设计(第3版)",
# author: "[美] Nicholas C·Zakas ",
# star: "★★★★★ 9.3 1360人评价",
# introduction: "全书从JavaScript 语言实现的各个组成部分——语言核心、DOM、BOM、事件模型讲起,深入浅出地探讨了面向对象编程、Ajax 与Comet 服务器端通信,HTML5 表单、媒体、Canvas(包括WebGL)及Web Workers、地理定位、跨文档传递消息、客户端存储(包括IndexedDB)等新API,还介绍了离线应用和与维护、性能、部署相关的最佳开发实践。本书附录展望了未来的API 和ECMAScript Harmony 规范。"
#}
# To use Gittalk comments https://github.com/gitalk/gitalk#Usage
# jekyll synatx: https://jekyllrb.com/docs/liquid/
gittalk:
# Note: A GitHub Application is needed for authorization, if you don't have one, going to https://github.com/settings/applications/new register a new one.
# You must specify the website domain url in the Authorization callback URL field.
clientID: f449c28cc7aa6f14a5d5 # 改成你的 GitHub Application Client ID
clientSecret: 70f56a6387a1183216801d1b14c6ae75fdf0f93f # 改成你的 GitHub Application Client Secret,
repository: pullopen.github.io # 改成你的 Storage gittalk's repository
owner: pullopen # 改成你的 GitHub repo owner,
admin: pullopen # 改成你的 GitHub repo owner and collaborators, only these guys can initialize github issues eg. 'colynn,daattali'
#Show related posts based on categories
related-posts:
active: true
title: "相关文章"
tagson:
active: true