blog-theme/README.md

86 lines
2.4 KiB
Markdown
Raw Normal View History

2017-04-08 22:16:33 +02:00
# Pelican Alchemy
2013-11-25 05:59:15 +01:00
**Alchemy** ✨ is a functional, clean, responsive theme for the [Pelican](http://getpelican.com) static site generator.
2016-11-08 06:24:42 +01:00
Inspired by [crowsfoot](http://github.com/porterjamesj/crowsfoot) and [clean-blog](https://github.com/BlackrockDigital/startbootstrap-clean-blog), it features:
2016-11-08 06:24:42 +01:00
- Built with [Bootstap 4](http://v4-alpha.getbootstrap.com/) (v4-alpha)
2017-03-07 10:09:00 +01:00
- [Favicon Generator](http://realfavicongenerator.net/) support
- [Font Awesome](http://fontawesome.io/) icons
- [Pygments](http://pygments.org/) syntax highlighting styles
- `sitemap.xml` support
2016-12-01 11:22:37 +01:00
- External analytics (Google Analytics, Gauges, Piwik)
- External comments (Disqus)
![Screenshot](screenshot.jpg "Screenshot")
## Installation
2017-03-07 10:09:00 +01:00
Clone the repo:
```shell
$ git clone https://github.com/nairobilug/pelican-alchemy
```
2017-03-07 10:09:00 +01:00
Set the `THEME` variable in your Pelican config:
```python
THEME = '/PATH_TO_REPO/alchemy'
```
### As a Submodule
2016-12-01 11:22:37 +01:00
In your Pelican site:
```shell
$ mkdir themes
$ git submodule add https://github.com/nairobilug/pelican-alchemy themes/pelican-alchemy
```
And in Pelican config:
```python
THEME = 'themes/pelican-alchemy/alchemy'
```
## Usage
2017-03-07 10:09:00 +01:00
Visit the [Settings wiki](https://github.com/nairobilug/pelican-alchemy/wiki/Settings) for examples:
- **SITESUBTITLE**: Subtitle that appears in the header.
- **SITEIMAGE**: Image that appears in the header.
2016-12-01 11:22:37 +01:00
- **DESCRIPTION**: Index HTML head `<meta>` description.
- **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.
2016-12-01 11:22:37 +01:00
- **HIDE_AUTHORS**: Hide the author(s) of an article - useful for single author sites.
2017-03-07 10:09:00 +01:00
- **RFG_FAVICONS**: Use a Favicon Generator package.
2017-03-07 10:09:00 +01:00
Misc settings:
- **DISQUS_SITENAME**
- **GAUGES**
- **GOOGLE_ANALYTICS**
- **PIWIK_URL**
- **PIWIK_SITE_ID**
2017-03-07 10:09:00 +01:00
Example [pelicanconf.py](https://github.com/nairobilug/pelican-alchemy/blob/demo/pelicanconf.py) (demo website).
2016-12-01 11:22:37 +01:00
### Tips & Tricks
2017-03-07 10:09:00 +01:00
[https://github.com/nairobilug/pelican-alchemy/wiki/Tips](https://github.com/nairobilug/pelican-alchemy/wiki/Tips)
## Maintainers
- [@nairobilug](https://github.com/nairobilug)
## Contribute
Feel free to dive in. [Open an issue](https://github.com/nairobilug/pelican-alchemy/issues/new) or submit a PR.
**Alchemy** follows the [Contributor Covenant](CODE_OF_CONDUCT.md) code of conduct.
## License
[MIT](LICENSE) © Nairobi GNU/Linux Users Group