This repository contains the Minish documentation site, built with Astro and Starlight.
Install dependencies:
npm installStart the local development server:
npm run devBuild the site:
npm run buildPreview the production build locally:
npm run previewAdd new posts in src/content/docs/blog/ as YYYY-MM-DD-slug.mdx.
Use this frontmatter:
---
title: "Post title"
date: 2026-03-25
authors:
- minish
excerpt: "One short summary sentence for the blog index."
---The blog index is generated automatically from the files in that folder.
The site is deployed with GitHub Pages via GitHub Actions on pushes to main.