-
Notifications
You must be signed in to change notification settings - Fork 762
/
gitpress.json
34 lines (34 loc) · 1.23 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
{
"docs" : {"all": "posts"},
"perpage" : 5,
"types" : {
"\\.(md||markdown)$" : "markdown",
"\\.(js||css||json)$" : "code",
"\\.html?$" : "html",
".*" : "text"
},
"title" : "民工的砖墙",
"comment" : {"type": "duoshuo", "short_name": "xufei"},
"friends" : [
{
"name" : "月影MM",
"title": "十年踪迹的博客",
"url" : "http://blog.silverna.org/"
},
{
"name" : "JerryQu的小站",
"title": "屈屈的博客",
"url" : "http://imququ.com"
},
{
"name" : "dh20156",
"title": "dh20156踪迹",
"url" : "http://www.w3cgroup.com/"
},
{
"name" : "doyoe",
"title" : "CSS探索之旅",
"url" : "http://blog.doyoe.com/"
}
]
}