Built with Octopress and styled with Ghost's Casper theme.
cd <your octopress directory>
$ git submodule update
$ rake install['casper']
# regenerate, make changes, etc...-
Fork the repository
-
Clone your fork
git clone [email protected]:[your-github-username]/blog.git -
Create a new branch
git checkout -b my-blog-post -
Install the project dependencies running
bundle -
Create a new post
rake new_post[title] -
Preview the site
rake preview. -
Push to your branch
-
Open a pull request
If you are are using zshell and are having trouble executing
rake new_post[title]switch to bash by typingbashin your terminal. Useexitto go back to zshell.
Use rake -T to see other available commands.