Skip to content

Latest commit

 

History

History
110 lines (72 loc) · 2.77 KB

README.rst

File metadata and controls

110 lines (72 loc) · 2.77 KB

Ghastly - A theme for Pelican

Date: 2014-05-26 23:00
Author: kura
tags:pelican, ghost
slug:ghastly
Gastly, the Ghost Pokemon

(Image by Raiba-art)

I'd like to introduce Ghastly, a clean and minimal, lightweight theme for the Pelican blogging platform.

Ghastly is based heavily off of Casper, the default theme for Ghost.

It's name is derived from the the D&D monster, the Ghast and Gastly, the Pokemon.

  • Disqus
  • Pygments
  • CSS & JS minifying using webassets
  • Share buttons
  • Custom 404 page
  • Templates are free from all tracking engines like Google Analytics, although adding tracking is as simple as editing the HTML.

The Casper theme is designed purely for blog posts and as such it is hard to easily create any kind of menu for it without ruining the overall design.

I continued this with Ghastly because to me, the articles are more important than a menu.

This does mean pages become quite pointless.

The guys at Carrois created FiraSans for Mozilla and released it to the world for free.

The Ghastly theme uses both FiraSans for general typography and FiraMono for code, kbd, pre and samp blocks.

https://raw.githubusercontent.com/kura/ghastly/master/homepage.png

https://raw.githubusercontent.com/kura/ghastly/master/article1.png

https://raw.githubusercontent.com/kura/ghastly/master/article2.png

https://raw.githubusercontent.com/kura/ghastly/master/article3.png

pip install pelican webassets cssmin

You can find Ghastly on GitHub and you can find installation instructions for themes in the pelican documentation.

THEME = 'ghastly'
DIRECT_TEMPLATES = (('index', 'archives', '404'))

Ghastly is released under the MIT license.