Skip to content

Commit 2c67a43

Browse files
author
wangxiaolong11
committed
ADD: 新增
1 parent e343cd5 commit 2c67a43

File tree

4 files changed

+34
-9
lines changed

4 files changed

+34
-9
lines changed

Diff for: README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 准备工作
2+
- npm install -g hexo
3+
- npm i
4+
5+
# 开发
6+
- hexo server
7+
8+
# 发布
9+
- hexo clean
10+
- hexo generate
11+
- hexo deploy

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hexo-site",
2+
"name": "wxlworkhard.github.io",
33
"version": "0.0.0",
44
"private": true,
55
"hexo": {

Diff for: source/_posts/network.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Network
3+
---
4+
asdfasdf
5+
6+
asdfasdf
7+
a
8+
sdfasfd
9+
10+
11+
- adsfa
12+
- asdfasdf
13+
14+
``` js
15+
var a = 1;
16+
```

0 commit comments

Comments
 (0)