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.
- Host: GitHub
- URL: https://github.com/temikus/denim-theme
- Owner: Temikus
- License: mit
- Created: 2015-05-25T14:46:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T18:34:26.000Z (about 11 years ago)
- Last Synced: 2025-01-22T15:43:17.501Z (over 1 year ago)
- Language: CSS
- Size: 438 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
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
```