blog-theme/README.md

50 lines
2.1 KiB
Markdown
Raw Normal View History

2013-11-25 05:59:15 +01:00
# pelican-alchemy
2016-11-08 06:24:42 +01:00
A magical ✨ [Pelican](http://getpelican.com) theme. Inspired by [crowsfoot](http://github.com/porterjamesj/crowsfoot) and [clean-blog](https://github.com/BlackrockDigital/startbootstrap-clean-blog).
Powered by [Bootstrap](https://github.com/twbs/bootstrap) (v3.x).
---
## Screenshot
2013-11-25 05:59:15 +01:00
Live demo: [nairobilug.or.ke](http://nairobilug.or.ke)
2014-06-21 14:55:27 +02:00
![Screenshot](/screenshot.png "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.
2014-05-31 15:35:24 +02:00
### Theme Options
2014-06-21 15:16:12 +02:00
| 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 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' links |
| HEADER_LINKS | LIST | `('title', 'url')` list |
| GITHUB_ADDRESS | URL | Github link icon |
| TWITTER_ADDRESS | URL | Twitter link icon |
| GOOGLE_ADDRESS | URL | Google+ link icon |
| EMAIL_ADDRESS | EMAIL | Email link (`mailto:`) |
| FACEBOOK_ADDRESS | URL | Facebook link icon |
| DISQUS_SITENAME | TEXT | Disqus comments |
An RSS icon will also appear on the nav if `FEED_ALL_ATOM` is set.
2014-06-21 14:55:27 +02:00
## License
MIT License
[^1]: http://realfavicongenerator.net "realfavicongenerator.net"