All Projects → jmromer → casper

jmromer / casper

Licence: MIT license
Ghost's Casper theme, for Octopress.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to casper

malt-jekyll-template
🍻 Event marketing template for Jekyll
Stars: ✭ 18 (-57.14%)
Mutual labels:  jekyll-theme
Onassis
The Onassis Theme for Jekyll
Stars: ✭ 22 (-47.62%)
Mutual labels:  jekyll-theme
liuyxpp.github.io
Homepage for my research group as an example of LYX Jekyll Theme.
Stars: ✭ 18 (-57.14%)
Mutual labels:  jekyll-theme
jekyll-theme-simplex
An original theme for golasblog project
Stars: ✭ 48 (+14.29%)
Mutual labels:  jekyll-theme
blog
blog source code
Stars: ✭ 16 (-61.9%)
Mutual labels:  jekyll-theme
portfolio-jekyll-theme
A minimalist Jekyll theme for building a personal portfolio site powered by Jekyll and GitHub Pages
Stars: ✭ 168 (+300%)
Mutual labels:  jekyll-theme
kamranahmedse.github.io
Blog created using github-pages-blog-action
Stars: ✭ 119 (+183.33%)
Mutual labels:  jekyll-theme
jekyll-gitbook
Build Jekyll site with GitBook style!
Stars: ✭ 226 (+438.1%)
Mutual labels:  jekyll-theme
mangan
Geek theme for Jekyll.
Stars: ✭ 46 (+9.52%)
Mutual labels:  jekyll-theme
links
A Beautiful Jekyll Theme For Links
Stars: ✭ 84 (+100%)
Mutual labels:  jekyll-theme
ace
Ace: A Jekyll theme.
Stars: ✭ 14 (-66.67%)
Mutual labels:  jekyll-theme
aliquam
Jekyll theme
Stars: ✭ 21 (-50%)
Mutual labels:  jekyll-theme
legacy-android10.github.io
Legacy Jekyll project for my personal blog: fernandocejas.com.
Stars: ✭ 16 (-61.9%)
Mutual labels:  jekyll-theme
Schrift
Clean, minimalist Jekyll template for prose and stuff.
Stars: ✭ 22 (-47.62%)
Mutual labels:  jekyll-theme
comical-jekyll-theme
A Configurable Webcomic Theme for Jekyll
Stars: ✭ 39 (-7.14%)
Mutual labels:  jekyll-theme
WhatATheme
A customizable Jekyll Portfolio theme which supports blogging.
Stars: ✭ 162 (+285.71%)
Mutual labels:  jekyll-theme
hpstr-theme
A Medium-like Octopress theme based on the HPSTR Jekyll theme.
Stars: ✭ 64 (+52.38%)
Mutual labels:  octopress
just-the-class
A modern, highly customizable, responsive Jekyll template for course websites.
Stars: ✭ 156 (+271.43%)
Mutual labels:  jekyll-theme
millidocs
A simple documentation theme for Jekyll.
Stars: ✭ 41 (-2.38%)
Mutual labels:  jekyll-theme
Gesko
Gesko is a simple and minimalistic jekyll blogging theme.
Stars: ✭ 147 (+250%)
Mutual labels:  jekyll-theme

Casper (for Octopress)

An Octopress port of Ghost's Casper theme.

Preview

Blog Index

Syntax Highlighting (courtesy of Highlight.js)

GitHub:

GitHub

Railscasts:

Railscasts

Solarized Dark:

Solarized Dark

To have Highlight.js color your code, use tilde-gated code blocks (~~~).

Your code's language will be automatically detected, but to set it explicitly, just append the language name to the opening fence (~~~js).

To change themes, set highlight_js_color_theme in _config.yml.

See Highlight.js for a complete list of color schemes and languages recognized.

Installation

Using git submodule

Installing

$ cd <your octopress directory>
$ git submodule add https://github.com/jkrmr/casper.git .themes/casper
$ git submodule update --init
$ rake install['casper']
$ rake generate

Updating

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

Using git clone

Installing

$ cd <your octopress directory>
$ git clone https://github.com/jkrmr/casper .themes/casper
$ rake install['casper']
$ rake generate

Updating

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

Thanks!

Thanks to the following developers for their contributions:

Kat Hagan
Russell Brooks
Alejandra Estanislao
Rosario Rascuna
Rob Dodson

And, of course, to the Ghost team.

Pull requests are welcome!

License

(The MIT License)

Copyright © 2014 Jake Romer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].