A theme for the Pelican static site generator. Inspired by nairobilug's Alchemy and ppoffice's Icarus themes.
- Responsive design from monitor to smartphones.
- Blog-specific navigation bar.
- Image previews for articles.
- Optional IntenseDebate, Disqus, and Google Analytics integration.
git clone https://github.com/gcavallo/pelican-flamel.git flamel
Then set the pelican config variable THEME
to the flamel
path.
Variable | Type | Description |
---|---|---|
Template | ||
LICENSE_NAME | TEXT | License (footer) |
LICENSE_URL | URL | |
SHOW_AUTHOR | BOOL | Show/hide author |
Menu | ||
FB_ADDRESS | URL | |
GITHUB_ADDRESS | URL | Github |
GOOGLE_ADDRESS | URL | Google+ |
IN_ADDRESS | URL | |
SO_ADDRESS | URL | Stack Overflow |
TWITTER_ADDRESS | URL | |
YOUTUBE_ADDRESS | URL | YouTube |
Services | ||
ANALYTICS_ID | TEXT | Google analytics |
DISQUS_SITENAME | TEXT | Disqus shortname |
ID_ACCT | TEXT | IntenseDebate ID |
An RSS icon will also appear on the blog if FEED_ATOM
or FEED_RSS
is set.
See http://docs.getpelican.com/en/latest/settings.html for more settings.
You need less and clean-css to compile changes in style.less
.
lessc flamel/static/less/style.less | cleancss --s0 -o flamel/static/css/style.min.css
MIT
See LICENSE file included, or https://opensource.org/licenses/MIT