Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.62 KB

README.md

File metadata and controls

67 lines (43 loc) · 1.62 KB

Gatsby

gatsby-starter-baysik-blog

A basic starter for creating blogs using Gatsby.

Baysik Starter 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

Official Gatsby Starter Page

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.

[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
  • [] Trim the fat!