Gatsby Starter Paradigmshift screenshot

Gatsby Starter Paradigmshift

Updated: 13 Jan 2022
18 Stars

Gatsby.js V2 starter template based on Paradigm Shift by HTML5 UP

Categories

Overview

The Gatsby-starter-paradigmshift is a starter template for the Gatsby.js version 4 project. It is based on the Paradigm Shift theme by HTML5 UP. This template provides a structure for building websites using Gatsby and includes various features and customization options.

Features

  • Based on the Paradigm Shift theme by HTML5 UP.
  • Comes with a Gatsby.js version 4 project structure.
  • Allows for easy personalization by editing the config.js file.
  • Includes deployment options with Github Pages.
  • Offers a range of similar starter templates for different styles and designs.
  • Welcomes contributions and suggestions from the community.
  • Open source with the license provided in the repository.

Installation

To install the Gatsby-starter-paradigmshift, follow these steps:

  1. Make sure you have the Gatsby CLI program installed.
  2. Open your command line interface and run the following command:
    npx gatsby new YourProjectName https://github.com/anubhavsrivastava/gatsby-starter-paradigmshift.git
    
  3. Once the project is cloned, navigate to the project directory:
    cd YourProjectName
    
  4. Edit the config.js file to customize your website details.
  5. To deploy the website using Github Pages, run the following command:
    npm run deploy
    
    Note: If your website is hosted on a subpath of a domain, modify the pathPrefix value in the gatsby-config.js file accordingly.

Summary

The Gatsby-starter-paradigmshift is a pre-built template for creating Gatsby.js websites based on the Paradigm Shift theme by HTML5 UP. It provides a convenient starting point with a well-structured project and various customization options. The template allows for easy installation and deployment using Github Pages, and offers a range of other starter templates for different design preferences. Contributions and suggestions are welcome, as the project is open source.