Untitled

Uncategorized
608 words

#正在搞

生产日期
2024-03-24 18:39
让我开心一下,谢谢了

1
2
git clone https://github.com/fan-lv/Fan.git themes/Fan
git clone https://github.com/saicaca/hexo-theme-vivia.git themes/vivia

Administrator@WILL-TOP MINGW64 ~/Downloads/hexo
$ git clone https://github.com/fan-lv/Fan.git themes/Fan
Cloning into ‘themes/Fan’…
fatal: unable to access ‘https://github.com/fan-lv/Fan.git/‘: Failure when receiving data from the peer

多来几次

根据主页安装所需报

1
npm install --save hexo-renderer-pug hexo-renderer-stylus

修改配置

1
2
3
4
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: lands # 注释掉,修改成新的
1
2
3
hexo clean
hexo g
hexo d

hexo server –debug

参考