-
Notifications
You must be signed in to change notification settings - Fork 0
/
yuki.config.json
45 lines (45 loc) · 1.94 KB
/
yuki.config.json
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
{
"title": "那些年我读过的书",
"repository": {
"index": "https://github.com/bighuang624/my-booklist",
"branch": "master"
},
"startLevel": 1,
"ignore": {
"dir": [".git"],
"extname": [".txt"],
"file": [
"yuki.config.json",
".gitignore",
"README.md",
".DS_Store"
]
},
"format": [
{
"extname": ".md",
"withoutExt": true,
"withBookmark": true
}
],
"prefix": [{
"content": "[![作者](https:\//img.shields.io\/badge/%E4%BD%9C%E8%80%85-KyonHuang-7AD6FD.svg)](http:\//kyonhuang.top)"
}, {
"content": "从编程萌新开始慢慢进化,零零散散也看了不少书。一直想在博客上开一篇介绍一下我读过的编程书,但是考虑到随着博客更新,这单独的一篇书单就被压在下面难见天日,于是决定单开一个 repo,既是给一些阅读笔记做一个索引,方便有需要时查阅,也算是给每一次阅读留一点痕迹,纪念一下近三年的单身狗大学生活,另外顺便推荐一下我觉得不错的学习资源。"
}, {
"content": "此 repo 只收录**我看过并觉得有一定阅读价值**的书籍,网上开源书籍(标题后有标注)只收录较长的系列,单篇的文章恕不包含在内。每一篇包括对书的评价、读后感、阅读笔记(如果有的话)、在线链接(如果是开源电子书)。"
}, {
"content": "随着自己不断学习,我也会一直维护这个 repo。如果你喜欢或者从中有所收获,希望能 star 一下以资鼓励。感激不尽。"
}
],
"append": [{
"title": "维护",
"level": 2,
"content": "本文档由 [yuki](https://github.com/bighuang624/yuki) 维护"
}, {
"title": "LICENSE",
"level": 2,
"content": "本项目所有文章采用 [CC BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/) 许可协议。转载请注明出处! "
}
]
}