Exploring using Astro instead of Nextjs for static sites; Using Markdown for static sites
Last updated on 5 Feb 2026 Quick Info Astro Astro Website : Astro Tutorial Docs ... Source code on GitHub Markdown in Astro Markdown CommonMark Website ... Tutorial Markdown original version by John Gruber Markdown Frontmatter Fenced-off section at the top of a document containing YAML, TOML, or JSON, used to define metadata. Is not part of Core Markdown (not part Markdown specification like CommonMark) Is an adopted extension used by various tools Standard convention in most static site generators (Astro, Hugo, Gatsby) and note-taking apps (Obsidian, Dendron). Online editor: Stackedit VSCode Extension: Markdown Editor by zaaack open a markdown file type cmd-shift-p to enter command mode type markdown-editor: Open with markdown editor Introduction to YAML =============================================================== Details 4 Feb. 2026 Given below are extracts from a recent exchange with ChatGPT. Me: I have created a stripped-down version of (a tier-1...