Skip to content

Commit 8e0bd44

Browse files
author
wangxiaolong11
committed
MOD: 删除 public 目录
1 parent 6eaf575 commit 8e0bd44

File tree

118 files changed

+258
-28310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+258
-28310
lines changed

Diff for: .gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Thumbs.db
33
db.json
44
*.log
55
node_modules/
6-
7-
.deploy*/
6+
public/
7+
.deploy*/

Diff for: _config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,8 @@ theme: next
7777

7878
# Deployment
7979
## Docs: https://hexo.io/docs/deployment.html
80+
8081
deploy:
81-
type:
82+
type: git
83+
repository: https://github.com/wxlworkhard/wxlworkhard.github.io.git
84+
branch: master

Diff for: package-lock.json

+250
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
},
88
"dependencies": {
99
"hexo": "^3.7.0",
10+
"hexo-deployer-git": "^0.3.1",
1011
"hexo-generator-archive": "^0.1.5",
1112
"hexo-generator-category": "^0.1.3",
1213
"hexo-generator-index": "^0.2.1",
1314
"hexo-generator-tag": "^0.2.0",
1415
"hexo-renderer-ejs": "^0.3.1",
15-
"hexo-renderer-stylus": "^0.3.3",
1616
"hexo-renderer-marked": "^0.3.2",
17+
"hexo-renderer-stylus": "^0.3.3",
1718
"hexo-server": "^0.3.1"
1819
}
1920
}

0 commit comments

Comments
 (0)