Lewis Gatsby Starter Blog screenshot

Lewis Gatsby Starter Blog

Author Avatar Theme by Lewislbr
Updated: 10 Dec 2020
37 Stars

A custom Gatsby starter template to start a blog or personal website.

Categories

Overview

The blog boilerplate is a starter template for creating Gatsby sites. It includes the main Gatsby configuration files and additional tools such as ESLint and Prettier for code linting and formatting. This allows users to quickly set up and start developing a blazing fast app generator for React.

Features

  • Gatsby configuration files included
  • ESLint for JavaScript and React linting
  • Prettier for code formatting

Installation

To install the blog boilerplate, follow these steps:

  1. Create a new Gatsby site using the Gatsby CLI:
gatsby new my-blog https://github.com/gatsbyjs/gatsby-starter-blog
  1. Navigate into the new site’s directory:
cd my-blog
  1. Start the site:
gatsby develop
  1. Open the source code in your preferred code editor and start editing the files in the src directory.

Summary

The blog boilerplate is a Gatsby starter template that provides users with a quick and easy way to set up a Gatsby site for creating blogs. It includes pre-configured Gatsby files, ESLint for linting, and Prettier for code formatting. By following the installation guide, users can quickly get started with their own blog project.