hexo-blog-config
After clone blog source code into local,these steps should be done.
install nodejs and npm
install archive file,unpack it.
https://nodejs.org/en/download/
add bin path to .bashrc
export PATH="$HOME/node-v16.14.2-linux-arm64/bin:$PATH"
install theme -yun
if not,will cause
WARN No layout: about/index.html
WARN No layout: tags/index.html
WARN No layout: categories/index.html
https://hexo-theme-yun.vercel.app/guide/#%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B
generate and deploy
hexo g
hexo d
- Post title:hexo-blog-config
- Post author:冬柠
- Create time:2022-05-16 08:48:18
- Post link:hexo-blog-config/
- Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.