My personal website, a static site generated with 11ty using @openlab/alembic and pushed to www.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:8080
# -> 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
- n/a
- merge alembic fixes back
- cool cards thingy