Gatsby Starter Newage screenshot

Gatsby Starter Newage

Updated: 12 Jul 2020
31 Stars

Gatsby.js V2 starter template based on New Age by startbootstrap

Categories

Overview

The gatsby-starter-newage is a Gatsby.js V2 starter template based on the New Age theme by Start Bootstrap. It is designed to help developers quickly set up a new Gatsby project with a stylish and modern look.

Features

  • Based on the New Age theme by Start Bootstrap
  • Easy personalization by editing the config.js file
  • Deploying the site on GitHub Pages using the gh-pages module
  • Multiple similar starter templates available for different styles and designs

Installation

To install the gatsby-starter-newage, follow these steps:

  1. Make sure that you have the Gatsby CLI program installed:
npm install -g gatsby-cli
  1. Clone the repository and navigate to the project directory:
git clone [repository-url]
cd gatsby-starter-newage
  1. Install the dependencies:
npm install
  1. Edit the config.js file to customize the details of your site:
module.exports = {
  siteTitle: 'Your Site Title',
  // Other configuration options...
}
  1. Deploy the site on GitHub Pages:
npm run deploy

Summary

The gatsby-starter-newage is a Gatsby.js V2 starter template that provides developers with a quick and easy way to set up a new Gatsby project with the stylish New Age theme by Start Bootstrap. It offers features such as easy personalization, deployment on GitHub Pages, and multiple other starter templates for different design styles.