blog-theme/README.md

56 lines
1.7 KiB
Markdown
Raw Normal View History

2013-11-25 05:59:15 +01:00
# pelican-alchemy
Alchemy ✨ is a functional, clean, responsive theme for the [Pelican](http://getpelican.com) static site generator. It is heavily inspired by [crowsfoot](http://github.com/porterjamesj/crowsfoot) and [clean-blog](https://github.com/BlackrockDigital/startbootstrap-clean-blog), and is powered by [Bootstrap](https://github.com/twbs/bootstrap) (v3.x).
2016-11-08 06:24:42 +01:00
[Demo](https://rwanyoike.github.io/pelican-alchemy/)!
2016-11-08 06:24:42 +01:00
## Screenshot
2016-11-08 06:24:42 +01:00
![Screenshot](screenshot.jpg "Screenshot")
## Installation
First, clone the repo onto your device:
$ git clone git@github.com:rwanyoike/pelican-alchemy.git
Point the `THEME` variable in your pelican config to the `alchemy` folder:
THEME = '/path/to/pelican-alchemy/alchemy'
### Alternative
Setup `pelican-alchemy` as a submodule:
$ mkdir themes
$ git submodule add git@github.com:rwanyoike/pelican-alchemy.git themes/pelican-alchemy
And in pelican config:
THEME = 'themes/pelican-alchemy/alchemy'
## Settings
Visit the [settings page](https://rwanyoike.github.io/pelican-alchemy/pages/settings.html) for examples:
- **SITESUBTITLE**: Subtitle that appears in the header.
- **SITEIMAGE**: Image that appears in the header.
- **DESCRIPTION**: Index page HTML head meta description tag.
- **LINKS**: A list of tuples (Title, URL) for menu links.
- **ICONS**: A list of tuples (Icon, URL) for icon links.
- **PYGMENTS_STYLE**: Built-in Pygments style for syntax highlighting.
- **HIDE_AUTHORS**: Hide the author(s) of an article.
- **NEW_FAVICONS**: Use a [realfavicongenerator](https://realfavicongenerator.net/blog/new-favicon-package-less-is-more/) favicon package.
Others:
- **DISQUS_SITENAME**
- **GAUGES**
- **GOOGLE_ANALYTICS**
- **PIWIK_URL**
- **PIWIK_SITE_ID**
---
Pull requests are welcome! ☺️