Astro-powered personal site and blog.
This project uses mise for the Node runtime and local tasks.
- Install the toolchain and npm dependencies:
mise install
mise run install- Use
misetasks for day-to-day work:
mise tasks
mise run dev
mise run build
mise run preview
mise run lint
mise run typecheck
mise run check
mise run ci
mise run format
mise run format-checkNote:
- The project runtime is pinned in
mise.toml. mise run ciis the quick local verification path before pushing changes.- Blog content now lives under
src/content/blog/as MDX.