-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitpress.json
40 lines (40 loc) · 1.02 KB
/
gitpress.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
{
"docs":
{
"关于": "README.md",
"棱镜": "posts/prism",
"童趣": "posts/child",
"涅槃": "posts/nirvana",
"塔罗": "posts/tarot",
"Git": "posts/git",
"C#": "posts/csharp",
"Node": "posts/node",
"NLP": "posts/nlp",
"其它": "posts/other",
},
"order": "~number",
"perpage": 10,
"template": "greyshade", // default, slate, tactile, phase, pithiness, greyshade
"types":
{
"\\.(md||markdown)$": "markdown",
"\\.(js||css||json)$": "code",
"\\.html?$": "html",
".*": "text"
},
"title": "晴月浩雪站",
"description" : "以个人原创性博文为主,分享技术、人生感悟之种种...",
"comment": "on",
"domain_alias":
[
"tarot.vrmanx.gitpress.org"
],
"friends":
[
{
"name": "JerryQu的小站",
"title": "屈屈的博客",
"url": "http://imququ.com"
},
]
}