Source code for ethan-dowler.github.io/blog
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
- Run the build script:
rake build
- Switch to the
gh_pages
branch - 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) - Commit it and push it up!