Just another theme for Pelican.
- Clone the repo:
git clone git://github.com/demianbrecht/pelican-bold.git - Set
THEMEto the cloned path
- Articles * Categories * Tags
- Pages
- Feeds
- Social
- Translations
- Links
- Menuitems
FEED_DOMAINPer-category feed links are rendered along with post category headers.
TWITTER_USERNAMEDISQUS_SITENAMEGOOGLE_ANALYTICSSOCIALSocial links are icon-only. If you want to add an icon, simply add a 32x32 icon to
/static/images/iconsand add a corresponding entry to/static/css/base.css(ul.social a[...])
There are two settings custom to this theme:
PLUS_ONEThis will render a Google "+1" badge with every article
SITESUBTITLES(note plurality)Using the native Pelican
SITESUBTITLEwill render a single site title. Using the custom setting will render two stamp strips for the site title as shown in the screenshot. It expects a tuple (or list) of two items:SITESUBTITLES = ('Left Side', 'Right Side')