vnodesign / gatsby-starter-bootstrap

A GatsbyJS Blog Template for blogging purpose.

Home Page:https://gatsby-starter-bootstrap.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Blog Template

A GatsbyJS Blog Template for blogging purpose.

Installation

Install this template (assuming Gatsby is installed and updated) by running from your CLI:

gatsby new YourProjectName https://github.com/vnodesign/gatsby-starter-bootstrap
npm run develop # or yarn dev

Or you can fork the project, make your changes there and merge new features when needed.

Alternatively:

git clone https://github.com/vnodesign/gatsby-starter-bootstrap YourProjectName # Clone the project
cd YourProjectname
rm -rf .git # So you can have your own changes stored in VCS.
npm install # or yarn install
npm run develop # or yarn dev 

At browser go to localhost:8000.

Features

  • Posts and pages in Markdown
  • Posts Featured
  • SEO Optimization and Json Schema
  • Tags and categories with pagination
  • Homepage, category and tag as list of articles, support "Load more" function
  • Code highlight using Prism.js
  • Disqus for comment
  • Style using React Bootstrap and Bootstrap 5.1.3

Configuration

Edit the site infomation in config.js

Author

License

This project is open source and available under the MIT License.

About

A GatsbyJS Blog Template for blogging purpose.

https://gatsby-starter-bootstrap.pages.dev/

License:MIT License


Languages

Language:JavaScript 65.6%Language:SCSS 34.4%