An open API service indexing awesome lists of open source software.

https://github.com/temikus/denim-theme

Octopress theme for my blog.
https://github.com/temikus/denim-theme

Last synced: about 1 year ago
JSON representation

Octopress theme for my blog.

Awesome Lists containing this project

README

          

# Denim Octopress theme

This is an Octopress theme used on my personal blog.
Some elements of this theme are based on the "dark-stripes" Octopress theme by Alessandro Melandri.

## Installation instructions

Change into the directory where your octopress installation resides and add it as a submodule:

```
$ git submodule add git://github.com/temikus/denim-theme.git .themes/denim
$ rake install\['denim'\]
$ rake generate
```