Personal blog powered by Jekyll and GitHub Pages.
jekyll- Source files (posts, templates, images)master- Built static site (published to GitHub Pages)
# Serve locally with Docker
docker run --rm -v "$(pwd):/srv/jekyll" -w /srv/jekyll -p 4000:4000 jekyll/jekyll:4 jekyll serve --host 0.0.0.0Visit http://localhost:4000
docker run --rm -v "$(pwd):/srv/jekyll" -w /srv/jekyll jekyll/jekyll:4 jekyll buildBuilt site outputs to _site/.
See CLAUDE.md for detailed build and publish workflow.
- Posts:
_posts/<category>/YYYY-MM-DD-slug.md - Images:
images/ - Portfolio projects:
_posts/portfolio/projects/