Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 509 Bytes

File metadata and controls

18 lines (12 loc) · 509 Bytes

sindney.github.io

Personal blog of Sindney, built with the Chirpy Jekyll theme (dark mode).

Local preview

bundle install
bundle exec jekyll serve   # or: bash tools/run.sh

Then open http://127.0.0.1:4000.

Deployment

Pushing to the default branch triggers .github/workflows/pages-deploy.yml, which builds the site and publishes it to GitHub Pages. In the repo Settings → Pages, set Source = GitHub Actions (one-time).