How to use Hexo to deploy static site
Issue #392
It’s been a long journey since https://github.com/onmyway133/blog/issues/1, next step is to keep GitHub issues as source, and mirror those to a static site.
Use 2 repos
- https://github.com/onmyway133/web for source
- https://github.com/onmyway133/onmyway133.github.io for generated content
1 | npm install -g hexo-cli |
Update _config.yml
1 | deploy: |
1 | hexo clean |