Live version, deployed on Netlify.
- Static Astro site backed by Markdown content in a private submodule.
- Netlify Functions support optional likes.
- No analytics provider is bundled.
npm installfrom rootnpm installfromfunctions- Initialize the content submodule if you have access:
git submodule update --init --recursive
npm run devto start a dev server.npm run buildto build the Netlify artifact indist.
The actual blog posts are in a different repo, referenced as a submodule in the content directory. The site expects posts under content/blog and assets under content/assets.