Andrea Tarquini 1545fde35b Merge pull request #1 from h3ku/patch-1
Update README.md
2016-01-16 09:36:34 +01:00
2016-01-10 22:47:00 +01:00
2016-01-10 22:47:00 +01:00
2016-01-10 22:47:00 +01:00
2016-01-10 22:47:00 +01:00
2016-01-11 22:56:38 +01:00
2016-01-10 22:47:00 +01:00
2016-01-10 22:47:00 +01:00
2016-01-10 22:47:00 +01:00
2016-01-10 22:47:00 +01:00
2016-01-10 22:47:00 +01:00
2016-01-16 04:36:00 +01:00
2016-01-10 22:47:00 +01:00

Odin

Ghost version Donate

A simple theme for Ghost made for geeks, hackers and developers (forked from Casper).

Do you like my theme? Do you want new features?
Great, we can discuss. Open a pull request. Some offered with Paypal are appreciated.

Intro

Odin is a very simple fork of the Ghost default theme Casper. As you know, Casper doesn't have some nice features very useful for developers such as syntax highlight, comments and big social sharing features. So I created this theme to fill the gap but keeping all the good and minimalistic features of Casper.

Features

  • Casper minimalistic and clean style (without right side menu)
  • Works with Ghost 0.7+
  • Fully responsive (for mobiles and tablets)
  • Google Analytics (easily configurable by code injection in the admin area)
  • Disqus comments (easily configurable by code injection in the admin area)
  • Prism Syntax Highlight (all languages supported)
  • RRSSB Extraordinary Social Sharing Buttons

Demo

I've created and I use this theme for my personal blog at blog.h4t0n.com.

Installation

Installation is the same as other themes, so clone this repo inside your Ghost content/themes/ folder.

# for example
$ cd /your-ghost-root-directory
$ git clone https://github.com/h4t0n/odin.git content/themes/odin

Restart Ghost and select Odin theme from your Admin Area.

Configuration

No need to configure Prism or RRSSB buttons.

Disqus comments and Google Analytics are disabled by default, but they are easily configurable with Blog Header Code Injection inside your Ghost Admin Area.

<script>
// to enable Google Analytics
var ga_id = 'YOUR-UA-ID_HERE';

// to enable Disqus
var disqus_shortname = 'YOUR_DISQUS_SHORTNAME'
</script>

Released under the MIT License.
Copyright (c) Andrea Tarquini aka @h4ton
Copyright (c) 2013-2015 Ghost Foundation (for Casper theme substantial portions of code)

Description
No description provided
Readme MIT 324 KiB
Languages
CSS 66.2%
Handlebars 28.2%
JavaScript 5.6%