Skip to content

PengfeiYiLab/PengfeiYiLab.github.io

Repository files navigation

PengfeiYiLab Blog

Hexo-based personal blog with GitHub Pages auto deployment.

Daily writing flow

  1. Create a post:
npm run new "your-title"
  1. Preview locally:
npm run server
  1. Commit and push:
git add .
git commit -m "new post"
git push

GitHub Actions will build and publish automatically.

Docs

Content/logic separation

  • Content: source/_posts/ and source/
  • Site config: _config.yml
  • CI/CD: .github/workflows/deploy-pages.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors