Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 299 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 299 Bytes

Personal Website of Adrian Ching

Setup local environment

  • bin/setup

Generate Article

  • bundle exec middleman article "Title of Blogpost" to generate new article

Running Local Server

  • bundle exec middleman server to run Middleman Server

Deploy to Github Pages

  • bin/deploy production