diff --git a/content/theme/astroblog.md b/content/theme/astroblog.md new file mode 100644 index 000000000..892cd2099 --- /dev/null +++ b/content/theme/astroblog.md @@ -0,0 +1,30 @@ +--- +title: astroblog +github: https://github.com/alex-on-ai/astroblog +demo: https://astroblog-demo.vercel.app +author: alex-on-ai +date: 2026-06-29 +ssg: + - Astro +cms: + - No CMS +css: + - Tailwind +archetype: + - Blog + - Personal +description: Fast statically generated Astro blog starter with Tailwind CSS, Giscus comments and Pages CMS. Markdown content collections and near-zero client JS. +--- + +# astroblog + +A fast, statically generated Astro blog starter. Content lives as markdown in the repo and is edited through Pages CMS. No backend, no database, near-zero client-side JavaScript. + +## Features + +- Astro content collections, markdown typed with zod +- Tailwind CSS styling +- Giscus comments backed by GitHub Discussions +- Prism code highlighting, table of contents and heading anchors +- RSS feed and sitemap +- Deploys on Vercel