I've created and open-sourced an Astro developer blog template with an interactive theme changer that includes all 60 themes bundled with the JS code highlighter Shiki. Changing the theme affects the whole website including the code examples and Giscus comments. Inspired by the aesthetics of raw markdown, I wanted to create a beautiful blog like https://github.com/panr/hugo-theme-terminal but supercharged with a modern redesign and the incredible features of Astro.
Features:
- Simple configuration file
- Multiple theme modes (single, light/dark/auto, select)
- Giscus comments
- RSS feed
- SEO best practices + social card generation
- Markdown extensions (TOC, admonitions, reading time, etc)
Comments URL: https://news.ycombinator.com/item?id=44747699
Points: 4
# Comments: 0
Inicia sesión para agregar comentarios
Otros mensajes en este grupo.
Article URL: https://www.praf.me/ai-coding
Comments URL: https://news.ycombinator.com/ite

Hi, I’m Mikkel and I’m building Async, an open-sourced developer tool that combines AI coding with task management and code review.
What Async does:
- Automatically researches cod
Article URL: https://www.nytimes.com/2025/08/26/technology/chatgpt-openai-suicide.html
Comments URL:

I wanted a safer alternative to RegExp for TypeScript that uses a linear-time engine, so I built Regolith.
Why: Many CVEs happen because TypeScript libraries are vulnerable to Regular Expression