-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·54 lines (54 loc) · 1.2 KB
/
package.json
File metadata and controls
executable file
·54 lines (54 loc) · 1.2 KB
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
{
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"hexo": {
"version": "3.2.2"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"cheerio": "^0.22.0",
"hexo": "^3.2.0",
"hexo-deployer-git": "^0.2.0",
"hexo-extend-plugin": "^0.1.10",
"hexo-generator-index": "^0.2.0",
"hexo-html-minifier": "0.0.1",
"hexo-renderer-ejs": "^0.2.0",
"hexo-renderer-marked": "^0.2.11",
"hexo-server": "^0.2.0"
},
"hexoOrigin": {
"version": "3.2.2"
},
"hexoExtendFeature": {
"source_posts_base_dir": [
"./posts/"
],
"enable_components_demo_raw_content": [
"on",
"components的demo目录保持内容为raw"
],
"extend_is_helper": [
"on",
"使用增强的is辅助函数"
],
"components_list": [
"off",
"使用组件列表侧边栏"
],
"cancel_escape_at_document_title": [
"off",
"组件文档页面标题不转义多次"
],
"archive_dirs_structure_in_source_dir": [
"on",
"源文件目录使用年月日方式保持目录结构"
],
"remove_date_prefix_in_post_url": [
"on",
"去掉文档页面URL中存在的日期字符串"
]
}
}