/blog

Personal blog

Primary LanguageJavaScript

blog.dickwyn.xyz 🌟

⚠️ This repository is no longer being maintained, this blog has been fused into my website (github.com/dickwyn/v3)

My personal blog built with a combination of Gatsby and Netlify CMS.

Project Dependencies

This project is built with:

  1. NodeJS
  2. Gatsby
  3. Netlify CMS

Running the Project

Development Mode

git clone https://github.com/dickwyn/blog.git
cd blog
yarn
gatsby develop

Starts the site at http://localhost:8000!

Production Mode

gatsby serve

Inspiration

  1. Gastby Netlify CMS Starter
  2. Gatsby Hello World