Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.13 KB

skyfall

This is a clean bootstrap theme, a fork of Nikhil's Theme and stylesheet is inspired from Armin Ronacher's lucmur.

You can see this live on avi.im/blag.

Installation

Same as standard installation of any pelican theme.

pelican-themes -i /path/to/skyfall

Settings

This theme supports Isso Commenting Server (along with Disqus). To enable, your pelican config file should have following two settings:

# Specify where your Isso server is running
ISSO_SERVER = '//localhost:8080/'
# Specify where is embed.js file, usually, it's your
# http://isso-server/js/embed.min.js
ISSO_EMBED_JS = '//localhost:8080/isso/api/js/embed.min.js'

Screenshot

screenshot

Notes:

Theme's layout is based on Nikhil's Theme. I have added couple of CSS classes to templates for further modifications(in index.html, added classes article-title and article-date). article.html was modifid to include isso.html for Isso server. Much of the stylesheet is inspired from lucumr.