forked from hydrati/Blogging
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
77 lines (77 loc) · 2.26 KB
/
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
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
{
"theme": "classic",
"file": {
"post": "post/",
"theme": "theme/"
},
"theme_config": {
"author": "186526",
"avatar": "https://cdn.jsdelivr.net/gh/186526/[email protected]/avatar.jpg",
"introduction": "啥都不会的屑"
},
"post": [
{
"url": "index",
"introduction": "Blogging is a simple and light-weight Blog Platform",
"tags": [
"test","just a test"
],
"time": 1599319950426
}
],
"comment":{
"enable": false,
"choose": "Valine",
"config":[
{
"kind": "Valine",
"load": "loadvaline.js",
"depend": {
"js": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/Valine.min.js"
]
},
"config": {
"verify": true,
"notify": true,
"appId": "",
"appKey": "",
"placeholder": "Welcome to Blogging",
"language": "zh-cn"
}
}
]
},
"plugins": [
{
"name":"Blogging_render_engine_marked",
"id":"render-engine-marked",
"depend": [
"https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js"
],
"script": "src/js/plugins/render-engine-marked-min.js",
"loadtime": "init",
"defer": false
},
{
"name": "Flying_Pages",
"id": "preload-flying-pages",
"depend": [
"https://cdn.jsdelivr.net/gh/gijo-varghese/[email protected]/flying-pages.min.js"
],
"loadtime": "themerender",
"script": "src/js/plugins/flying-pages.js",
"defer": true
},
{
"name": "hightlight_js",
"id": "code-hightlight-js",
"depend": [
"https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"
],
"loadtime": "themerender",
"script": "src/js/plugins/code-hightlight.js",
"defer": false
}
]
}