despo / blog

blog.codebar.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog.codebar.io

Build with Octopress and styled with Ghost's Casper theme.

Updating the theme

   cd <your octopress directory>
   $ git submodule update
   $ rake install['casper']
   # regenerate, make changes, etc...

Getting Started and Contributing

  • Fork the repository

  • Clone your fork git clone git@github.com:[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 typing bash in your terminal. Use exit to go back to zshell.

Use rake -T to see other available commands.

About

blog.codebar.io


Languages

Language:JavaScript 33.3%Language:CSS 30.7%Language:Ruby 24.9%Language:HTML 11.1%