Skip to content

Commit d4a60be

Browse files
committed
Added README.
1 parent 857459a commit d4a60be

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# FDUCSLG.github.io
2+
3+
## 本地部署
4+
5+
Hexo-stellar要求版本:
6+
7+
```
8+
Hexo: 6.3.0 ~ 7.0.0
9+
hexo-cli: 4.3.0 ~ latest
10+
node: 14.17.3 ~ 20.10.0 # 建议选择 LTS 版本,过高的版本 hexo 还没有进行兼容。
11+
npm: 6.14.13 ~ 10.2.3
12+
```
13+
14+
15+
16+
之后在`_config.yml`所在文件夹安装hexo-stellar(如果存在包问题则使用`npm audit fix`修复):
17+
18+
```
19+
npm i hexo-theme-stellar
20+
npm audit fix
21+
```
22+
23+
24+
25+
最后按照Hexo的正常逻辑生成并本地启动即可。
26+
27+
```
28+
hexo g
29+
hexo s
30+
```
31+

0 commit comments

Comments
 (0)