Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal developer blog and portfolio starter built with Gatsby, featuring MDX, code highlighting, and SEO.

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
Gatsby Starter: Minimal Blog Portfolio is a minimal developer blog and portfolio starter built on the Gatsby framework that provides a project showcase, resume page, and blog with MDX-based code blocks.
This starter is a Gatsby-based template designed for developers who want a minimalist online presence. It takes a Gatsby project scaffold and produces a static site with pages for projects, a resume, and blog posts, all styled with a minimal aesthetic. The starter is available on GitHub under the repository @schwabthedeck/gatsby-min-dev-blog-portfolio and includes a live demo at https://gatsby-min-dev-blog-portfolio.netlify.app/. It is built on Gatsby, meaning the output is a fast static site that can be deployed to any static host.
This is a Gatsby starter, so you begin by running gatsby new your-site-name https://github.com/schwabthedeck/gatsby-min-dev-blog-portfolio to scaffold a project. Then gatsby develop runs a local dev server at http://localhost:8000, and you can edit source files in the src directory; changes hot-reload in the browser. The site also exposes a GraphQL playground at http://localhost:8000/___graphql during development for querying content.
Yes, the starter is released under the 0BSD license, which is a permissive open-source license with no restrictions on use.
Yes, it has built-in Google Analytics support. You add your tracking ID to the Gatsby config file, and the starter will handle the rest.
Yes, code blocks support line numbers, line highlighting, language tabs, and file titles through the integration with prism-react-renderer and react-live.
The README includes one-click deploy buttons for Netlify and Vercel, so you can deploy directly from the GitHub repository to either host.
