A functional, clean, responsive Pelican theme
  • HTML 83.1%
  • CSS 13.5%
  • Python 3.4%
Find a file
2016-11-07 00:21:36 +03:00
alchemy Merge branch 'v2.0.0' into clean-blog-theme 2016-11-06 23:39:48 +03:00
LICENSE Add LICENSE 2014-10-25 22:26:10 +03:00
README.md Adjust headings, update options, format code snippets, description 2016-11-07 00:21:36 +03:00
screenshot.png Progressive 2014-05-29 01:01:22 +03:00

pelican-alchemy

A clean, functional, and lean theme for the Pelican static site generator. Inspired by crowsfoot, powered by clean-blog.

Screenshot


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.

Theme Options

Config Type Description
SITE_TAGLINE TEXT Site tagline/slogan
SITE_DESCRIPTION TEXT <head> meta description
SITE_IMAGE URL Site (profile) image
SHOW_ARTICLE_AUTHOR BOOL Show article authors
SHOW_FAVICONS BOOL Show site favicons 1
SHOW_FOOTER_ARCHIVES BOOL Show Archives link
SHOW_FOOTER_AUTHORS BOOL Show Authors link
SHOW_FOOTER_CATEGORIES BOOL Show Categories link
SHOW_FOOTER_TAGS BOOL Show Tags link
SHOW_HEADER_PAGES BOOL Show Pages in header
GITHUB_ADDRESS URL Github icon
TWITTER_ADDRESS URL Twitter icon
GOOGLE_ADDRESS URL Google+ icon
EMAIL_ADDRESS EMAIL Email (mailto:)
FACEBOOK_ADDRESS URL Facebook icon
DISQUS_SITENAME TEXT Disqus comments

An RSS icon will also appear on the nav if FEED_ALL_ATOM is set.

Structure

The theme follows the following structure:

├── static
│   ├── css
│   └── images
└── templates
    ├── archives.html         // to display archives
    ├── period_archives.html  // to display time-period archives
    ├── article.html          // processed for each article
    ├── author.html           // processed for each author
    ├── authors.html          // must list all the authors
    ├── categories.html       // must list all the categories
    ├── category.html         // processed for each category
    ├── index.html            // the index (list all the articles)
    ├── page.html             // processed for each page
    ├── tag.html              // processed for each tag
    └── tags.html             // must list all the tags. Can be a tag cloud.

Live Demo

nairobilug.or.ke

License

MIT License


  1. http://realfavicongenerator.net "realfavicongenerator.net" ↩︎