Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 349 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 349 Bytes

gSchool Blog

Getting Started

  • Fork this repository
  • Clone the repository
  • Install all the required dependencies
$ bundle install

Creating an Article

$ middleman article "Article Title"

Viewing Your Work

$ middleman

Publishing to Heroku

$ heroku create --stack cedar
$ git push heroku master