Personal website built with 11ty (Eleventy).
# Install dependencies
npm install
# Build site
npm run build
# Serve locally with live reload
npm run serve
# Clean build directory
npm run clean- Edit the post in
src/posts/ - Add new content (photos, text)
- Update the
updateddate in frontmatter - Build and deploy
- Create
src/posts/your-post-name.md - Add frontmatter and content
- Place images in
src/assets/images/ - Build and deploy
See CLAUDE.md for detailed documentation.
The site deploys automatically via GitHub Pages from the docs/ directory on the master branch.
npm run build
git add .
git commit -m "Update site"
git push origin master