1
0
Fork 0
This repository has been archived on 2024-12-30. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
pelican-alchemy/README.md

64 lines
2.3 KiB
Markdown
Raw Normal View History

2013-11-25 07:59:15 +03:00
# pelican-alchemy
2014-05-31 17:17:59 +03:00
A theme for the [Pelican](http://getpelican.com) static site generator. A shameless rip off of @porterjamesj's [crowsfoot](http://github.com/porterjamesj/crowsfoot) theme.
2013-11-25 07:59:15 +03:00
2014-06-21 15:55:27 +03:00
## Screenshot
2013-11-25 07:59:15 +03:00
2014-05-29 13:17:08 +03:00
![pelican-alchemy](screenshot.png)
2014-06-21 15:55:27 +03:00
## Installation
2014-06-21 16:31:30 +03:00
`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-06-21 15:55:27 +03:00
2014-05-29 00:56:41 +03:00
## Usage
2014-05-31 16:35:24 +03:00
Pelican [documentation](http://docs.getpelican.com/en/latest/)
2014-06-21 15:55:27 +03:00
2014-05-31 16:35:24 +03:00
### Theme Options
2014-06-21 16:16:12 +03:00
| Config | Type | Description |
| ------------------------- | ---------- | ------------------------- |
| EXTRA_FAVICON [^1] | BOOL | Extra favicons |
2014-06-21 16:16:12 +03:00
| LICENSE_NAME | TEXT | License (footer) |
| LICENSE_URL | URL | - |
| MENU_ITEMS | DICT | Menu items |
2014-06-21 14:07:58 +03:00
| META_DESCRIPTION | TEXT | Meta description |
2014-06-21 14:05:45 +03:00
| PAGES_ON_MENU | BOOL | Pages on the menu |
2014-06-21 16:16:12 +03:00
| PROFILE_IMAGE | URL | Profile image |
| SHOW_ARTICLE_AUTHOR | BOOL | Show/hide author |
| SITE_SUBTEXT | TEXT | Header subtitle |
| Config | Type | Description |
| ------------------------- | ---------- | ------------------------- |
| EMAIL_ADDRESS | EMAIL | Email (mailto) |
| FB_ADDRESS | URL | Facebook |
| GITHUB_ADDRESS | URL | Github |
| SO_ADDRESS | URL | Stack Overflow |
| TWITTER_ADDRESS | URL | Twitter |
2014-05-31 16:35:24 +03:00
An RSS icon will also appear on the nav if `FEED_ATOM` or `FEED_RSS` is set.
2014-06-21 16:16:12 +03:00
| Config | Type | Description |
| ------------------------- | ---------- | ------------------------- |
| DISQUS_SITENAME | TEXT | Disqus sitename |
| GOOGLE_ANALYTICS_DOMAIN | TEXT | Google analytics |
| GOOGLE_ANALYTICS_ID | TEXT | Google analytics |
2014-06-21 15:55:27 +03:00
## Live Demo
2014-05-29 00:56:41 +03:00
[nairobilug.or.ke](http://nairobilug.or.ke)
2014-06-21 15:55:27 +03:00
## License
MIT
[^1]: http://realfavicongenerator.net/faq#why_so_many_files "Why so many files?"