Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

bebyx/bblog

Repository files navigation

Personal blog with Gatsby

A small blog built with Gatsby.

Actually, a cleaned-up in one cases and extended in other cases version of default Gatsby Starter Blog builder.

bblog stands for blazing blog, bebyx's blog or whatever.

1. Fork & Clone.

2. Install dependencies.

You should run this command in the root of the project's folder:

$ npm i --save

3. Run locally & make desired changes.

To run:

$ gatsby develop

4. Build & deploy to the service of your choice.

To build:

$ gatsby build