Go to file
Alan Orth a6bada6a1e
Update Disqus JS embed to use HTTPS
We moved to HTTPS on the blog so we need to be loading JS resources
over HTTPS as well or else we get mixed-content errors in browsers.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
2015-02-07 00:58:25 +03:00
alchemy Update Disqus JS embed to use HTTPS 2015-02-07 00:58:25 +03:00
LICENSE Add LICENSE 2014-10-25 22:26:10 +03:00
README.md Merge branch 'extra-favicon' of github.com:raymondwanyoike/pelican-alchemy into raymondwanyoike-extra-favicon 2014-08-08 20:08:39 +03:00
screenshot.png Progressive 2014-05-29 01:01:22 +03:00

README.md

pelican-alchemy

A theme for the Pelican static site generator. A shameless rip off of @porterjamesj's crowsfoot theme.

Screenshot

pelican-alchemy

Installation

git clone git@github.com:nairobilug/pelican-alchemy.git

Then set the pelican config variable THEME to the alchemy folder inside the cloned path.

Usage

Pelican documentation

Theme Options

Config Type Description
EXTRA_FAVICON 1 BOOL Extra favicons
LICENSE_NAME TEXT License (footer)
LICENSE_URL URL -
MENU_ITEMS DICT Menu items
META_DESCRIPTION TEXT Meta description
PAGES_ON_MENU BOOL Pages on the menu
PROFILE_IMAGE URL Profile image
SHOW_ARTICLE_AUTHOR BOOL Show/hide author
SITE_SUBTEXT TEXT Header subtitle
Config Type Description
EMAIL_ADDRESS EMAIL Email (mailto)
FB_ADDRESS URL Facebook
GITHUB_ADDRESS URL Github
SO_ADDRESS URL Stack Overflow
TWITTER_ADDRESS URL Twitter

An RSS icon will also appear on the nav if FEED_ATOM or FEED_RSS is set.

Config Type Description
DISQUS_SITENAME TEXT Disqus sitename
GOOGLE_ANALYTICS_DOMAIN TEXT Google analytics
GOOGLE_ANALYTICS_ID TEXT Google analytics

Live Demo

nairobilug.or.ke

License

MIT