Gatsby - Blog Website Starter Code
Posted 3 years ago - 2 min read
Tags : GatsbyJavascriptReact
The Gatsby code I’ve produced for attackingpixels.com is freely available to download on Github. It can also be found in the offical Gatsby starter library as Baysik-Blog. Feel free to fork the repo and submit changes & enhancements as pull requests.
gatsby-starter-baysik-blog
A basic starter for creating blogs using Gatsby.
Quick Start
Create a Gatsby site
Use the Gatsby CLI to create a new site, specifying the Baysik starter.
# Create a new Gatsby site using the Baysik starter
gatsby new baysik-blog https://github.com/adamistheanswer/gatsby-starter-baysik-blog
Start Developing
Navigate into your new site’s directory and start it up.
cd baysik-blog
gatsby develop
Open the source code and start editing!
Your site is now running at http://localhost:8000
!
Note: You’ll also see a second link: http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.
Changelog
All notable changes to this project will be documented in this file.
[3.0.0] - 2020-11-07
Added
- Post catagories added
- Infinate scroll on home screen
- Dependency updates
- Major refactor
[2.0.0] - 2020-07-01
Added
- Lunr Local Search
- MDX for embedding React components into individual blog posts
Changed
- Almost everything
[1.0.0] - 2019-11-01
- Initial Release
Todo
- [] Quickstart Guide
- [] User can setup mostly from gatsby-config
- [] Social Icons & Dev Icons improve implimentation