A GatsbyJS Blog Template for blogging purpose.
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.
- 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
Edit the site infomation in config.js
This project is open source and available under the MIT License.