Gatsby Starter Casual screenshot

Gatsby Starter Casual

Updated: 13 Jan 2022
13 Stars

Gatsby.js V2 starter template based on Casual by startbootstrap

Categories

Overview

The Gatsby Starter Casual is a Gatsby.js v4 starter template based on the Casual theme by Start Bootstrap. It provides a clean and elegant design for creating a website using Gatsby.js. The project structure follows the guidelines provided in the Gatsby documentation for building with components.

Features

  • Based on Casual theme by Start Bootstrap
  • Clean and elegant design
  • Gatsby.js v4 support
  • Easy personalization through config.js
  • Deployment using GitHub Pages

Installation

  1. Make sure that you have the Gatsby CLI program installed.
  2. Run the following command from your CLI:
npm install -g gatsby-cli
  1. To create a new Gatsby site using the Casual starter template, run the following command:
gatsby new my-casual-site https://github.com/anubhavsrivastava/gatsby-starter-casual
  1. Navigate to the project directory:
cd my-casual-site
  1. Edit the config.js file to personalize your site by putting up your own details.
  2. To deploy the site on GitHub Pages, run the following command:
npm run deploy
  1. If your Gatsby site is hosted on a subpath of a domain, change the pathPrefix value in config.js to the relevant path. If you are hosting it as the root site, i.e., on a domain like https://theanubhav.com/, remove the pathPrefix configuration.

Summary

The Gatsby Starter Casual is a stylish and easy-to-use Gatsby.js starter template based on the Casual theme by Start Bootstrap. It provides a clean and elegant design, support for Gatsby.js v4, and easy personalization through the config.js file. The template also includes deployment options for GitHub Pages. Overall, it is a great choice for creating a beautiful and functional website using Gatsby.js.