My personal blog, a static site generated with 11ty using r0b-design and pushed to blog.r0b.io.
# Run the generator
# -> .eleventy.js is the entrypoint
# -> Outputs to _site which is git-ignored
npm run build
# Run the dev server
# -> Runs on http://localhost:8081
# -> Reloads on change using BrowserSync
npm run serve
# Manually lint code
npm run lint
# Manually format code
npm run format
# Setup git commit hooks
npx husky install
- prettier.io on git commit
- TypeScript javascript errors
- editorconfig for indentation management
- merge style changes back into r0b-design
- add opengraph support for posts