Developer blog for Maples — build logs, notes, projects, mistakes, fixes, and useful learnings.
- Astro
- Markdown / MDX content collections
- RSS + sitemap
src/content/blog/→ long-form postssrc/content/notes/→ short notes and snippetssrc/content/projects/→ project pages and field notes
npm install
npm run dev
npm run build
npm run previewSet SITE_URL when building for production so canonical URLs, sitemap, and RSS use the correct domain.
Example:
SITE_URL=https://example.com npm run build