Skip to content

JamesChevalier/blog.jameschevalier.us

Repository files navigation

About

My blog is designed with Zurb Foundation. It's automatically built into a static site by Jekyll and deployed to Linode each time I rake deploy. I keep it in GitHub as another Jekyll example, and as a backup.

Everything in _site/ and assets/attachments/ is mine. The rest of the stuff is either somebody else's, or free for you to use.

Rake Tasks

There are a few rake tasks (kept in Rakefile) available to help make common tasks easier:

  • See all available rake tasks: rake -T
  • Build the site: rake build
  • Build & deploy the site: rake deploy (customized for my server)
  • Run Jekyll server: rake dev (equivalent to jekyll --server --auto)
  • List all draft posts: rake drafts
  • Create a new draft post: rake post