my-blog

my-blog

My personal blog running on Octopress and Jekyll.

Peter Schaadt's Web Site

This site is compiled by Octopress, a framework for Jekyll.

Documentation

Install Ruby 1.9.2 with RVM

rvm install 1.9.2 && rvm use 1.9.2

Install Jekyll

gem install jekyll

Create a new page

rake page name="about/index.md"

Create a new post

rake post title="Hello World"

Generate Jekyll posts and pages and copy to public directory

rake generate

Watch /source and /sass for changes, then regenerate

rake watch

Watch and mount webserver

rake preview

Run the Jekyll server

jekyll --server

View site at http://localhost:4000

Push to Heroku - http://peterschaadt.com

git push heroku master