Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 580 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 580 Bytes

ethan-dowler

Source code for ethan-dowler.github.io/blog

Development

To run the project at localhost:4567

rake start

To build the dist files and put them into /build

rake build

To get a dev console

rake console

Deployment

  1. Run the build script: rake build
  2. Switch to the gh_pages branch
  3. Copy the files from /build into the root directory (you may need to delete a few files from the root directory if they are from a previous build)
  4. Commit it and push it up!