Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 652 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 652 Bytes

michaeljdeeb-gatsby-blog

A blog built with gatsby, a React static site generator. A fork of gatsby-starter-blog.

Running in development

  1. Install gatsby npm install -g gatsby
  2. gatsby new michaeljdeeb-gatsby-blog https://github.com/gatsbyjs/gatsby-starter-blog*
  3. cd michaeljdeeb-gatsby-blog
  4. gatsby develop

*git clone https://github.com/michaeljdeeb/michaeljdeeb-gatsby-blog.git and npm install can also be used

Build and Deploy

  1. gatsby build
  2. Copy contents of /michaeljdeeb-gatsby-blog/public/ to GitHub pages repository