Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Gatsby v3 starter for a static blog with Icarus theme, markdown content, and Netlify deploy.

A minimalistic, responsive Jekyllrb blog theme with static social share, RSS, paginator, and Disqus comments.

Zine Blue is a simple 3-column layout for magazine or blog websites.

A minimal Jekyll blog theme with full-text search, night mode, responsive design, and sub-20KB page weight.
Gatsby Icarus Theme Starter is a Gatsby v3 blog starter that recreates the Icarus theme from Hexo, letting you build a static blog like Kun's Blog from markdown content. It is open source, hosted on GitHub under the Kun8018/gatsby-starter-icarus-blog repository, and is designed to deploy to Netlify with one click.
Gatsby Icarus Theme Starter is a Gatsby v3 starter that builds a static blog website with an Icarus-like theme (from Hexo) and markdown-based content management. It takes markdown files from the src/content directory as input and produces a fully functioning static blog with pagination, tags, and comments, ready to deploy to Netlify or GitHub Pages. The starter is maintained by Kun8018 and is available as an open-source GitHub repository.
src/content, or edit them through the built-in Netlify CMS support.gatsby new new-blog https://github.com/Kun8018/gatsby-starter-icarus-blog, then npm install and npm start to launch a hot-reloading dev server at http://localhost:8000.data/config file — including blog title, meta description, theme color, favicon, social links, and the Gitalk plugin settings.Yes, the starter is open source and hosted on GitHub. The repository's license badge indicates it is released under an open-source license, so you can freely use, modify, and deploy it for your own blog.
Comments are powered by Gitalk. In the data/config file, you need to provide a clientID, clientSecret, and the GitHub repository details. Once configured, each post will load a comment component that uses GitHub issues as the backend.
Yes, you can deploy to GitHub Pages by running npm run deploy. The starter also supports other static hosting, but Netlify deployment is fully automated and recommended by the author.
You need Git and Node.js version 12.0.0 or higher. The starter uses the Gatsby CLI for project creation and build commands.
