Hexo-based personal blog with GitHub Pages auto deployment.
- Create a post:
npm run new "your-title"- Preview locally:
npm run server- Commit and push:
git add .
git commit -m "new post"
git pushGitHub Actions will build and publish automatically.
- Content:
source/_posts/andsource/ - Site config:
_config.yml - CI/CD:
.github/workflows/deploy-pages.yml