Hexo Quick Guide
Short reference for my Hexo/NexT workflow.
Official Site: https://hexo.io/
Version: 8.1.0
Workflow
With Git deployment
1 | $ hexo new "My New Article" |
Maintenance
Update outdated npm packages. With npm-check-updates, run the following under the blog directory (./):
1 | ncu -u |
Configuration
Site config is stored in ./_config.yml