HEXO快捷方式
https://www.jianshu.com/p/1c888a6b8297?utm_source=oschina-app
新编写BLOG
hexo new [layout]
push到github:
hexo deploy
hexo clean
hexo deploy
每次都要执行 hexo clean 和 hexo deploy,不如写个新的脚本
1 | // package.json |
npm run build
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment