Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal GatsbyJS starter for a portfolio website with a blog, based on gatsby-starter-blog and suitable for developers.

A GatsbyJS starter that ports Christine Cha's Gridfolio portfolio theme with SCSS, ESLint, and Prettier.
Gatsby Minimal Portfolio Blog is a GatsbyJS starter for developers who want a minimal portfolio website with an integrated blog, built on top of the official gatsby-starter-blog.
Gatsby Minimal Portfolio Blog is a free, open-source Gatsby starter that combines a personal portfolio with a blog. It takes your project data, site configuration, images, and Markdown blog posts as input, and generates a static website. The starter runs on the Gatsby framework, which uses React and GraphQL. It is maintained by developer s-kris and hosted on GitHub with 10 stars.
src/data/, site metadata in gatsby-config.js, images in src/assets/images/, and the homepage description in src/pages/index.js.npm install and gatsby develop to get a local development server with hot reload; production builds use gatsby build.gatsby new gatsby-blog https://github.com/s-kris/gatsby-minimal-portfolio-blog.src/data/ and images in src/assets/images/ to list your projects, skills, and contact information.The starter is installed from GitHub using the gatsby new command. After installation, you run npm install to fetch dependencies and gatsby develop to start a local server. The site is configured by editing the site metadata in gatsby-config.js and the placeholder data in src/data/. Blog posts are added as Markdown files in the same structure as the original gatsby-starter-blog.
Yes, the repository is publicly accessible on GitHub, and you can freely use and modify the starter for your projects. There is no cost to use it.
Assuming Gatsby is installed globally, run gatsby new gatsby-blog https://github.com/s-kris/gatsby-minimal-portfolio-blog. This creates a new folder with the starter's source files.
The starter is built with GatsbyJS, which is a React-based framework, and uses JavaScript. The repository topics also list JavaScript and React. It does not require a separate CSS framework by default.
Yes, the README describes it as "a minimal portfolio website with blog." The quick-start steps point to editing data files for portfolio content and site configuration, while the blog functionality comes from the gatsby-starter-blog foundation.
