My blog
-
Install jpegoptim and optipng for image compression
$ brew install jpegoptim optipng
$ jekyll serve
Open browser to localhost:4000
.
Push changes to github.
-
Run live updating server
$ rake dev
Must restart if a change is made to _config.yml
-
Create a new draft
$ rake draft
-
Publish a post
$ rake publish _drafts/my-awesome-ready-to-publish-draft.md