Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A beautifully minimal, accessible blog theme for Astro, featuring the elegant Catppuccin color palette.

A minimal Hugo theme inspired by Dario Amodei's personal website, built for fast, elegant reading.

Start blogging in just 3 clicks with a zero-config Hugo blog on GitHub Pages.

A gem-based responsive simple texture styled Jekyll theme.

A free, open-source Jekyll blog theme with PWA support, built by Huxpro and derived from Clean Blog.
Whisper is a minimal Astro blog and portfolio theme that uses the Catppuccin color palette and ships with full example content for a fictional developer named Max Bytefield.
Whisper is a blog and portfolio theme built with the Astro static-site generator, distributed as a GitHub repository. It takes Markdown blog posts and configuration files as input and produces a fully static, responsive website with a home page, about page, "now" page, "uses" page, a projects showcase, a 404 page, and blog post pages. The theme is pre-configured with example content for a fictional developer named Max Bytefield, which you can replace entirely through the provided customization steps.
src/styles/main.css and tested for WCAG AA contrast compliance.src/content/blog/, and each post automatically gets a reading time estimate and a table of contents.src/config/site.ts, while per-page titles and descriptions are stored in src/config/page.ts.pnpm build.src/content/blog/ and every post automatically gains reading time, a table of contents, and SEO meta tags.src/styles/main.css, edit the site and page configuration files, and change the content of any page in src/pages/.Whisper is built on Astro and managed with pnpm. After installing dependencies with pnpm install, you can run pnpm dev to start a local development server at localhost:4321, pnpm build to compile the site into ./dist/, and pnpm preview to test the production build locally. All commands are run from the root of the project.