blog-theme/README.md

53 lines
1.8 KiB
Markdown
Raw Normal View History

2013-11-25 05:59:15 +01:00
# pelican-alchemy
2014-05-31 16:17:59 +02: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 05:59:15 +01:00
## Screenshot
2013-11-25 05:59:15 +01:00
2014-05-29 12:17:08 +02:00
![pelican-alchemy](screenshot.png)
## Installation
2014-05-29 00:04:30 +02:00
`git clone https://github.com/nairobilug/pelican-alchemy.git`
Then set the pelican config variable `THEME` to the `alchemy` folder inside the cloned path.
2014-05-28 23:56:41 +02:00
## Usage
2014-05-31 15:35:24 +02:00
Pelican [documentation](http://docs.getpelican.com/en/latest/)
### Theme Options
| Config | Type | Description |
| ------------------------- | ----- | ----------------- |
| PROFILE_IMAGE | URL | Profile image |
| SITE_SUBTEXT | TEXT | Header subtitle |
| MENU_ITEMS | DICT | Menu items |
| SHOW_ARTICLE_AUTHOR | BOOL | Show/hide author |
| LICENSE_URL | URL | Footer action |
| LICENSE_NAME | TEXT | Hot footer action |
| Config | Type | Description |
| ------------------------- | ----- | ----------------- |
| EMAIL_ADDRESS | EMAIL | Email (mailto) |
| GITHUB_ADDRESS | URL | Github |
| SO_ADDRESS | URL | Stack Overflow |
| TWITTER_ADDRESS | URL | Twitter |
| FB_ADDRESS | URL | Facebook |
An RSS icon will also appear on the nav if `FEED_ATOM` or `FEED_RSS` is set.
| Config | Type | Description |
| ------------------------- | ----- | ----------------- |
| DISQUS_SITENAME | TEXT | Disqus sitename |
| GOOGLE_ANALYTICS_ID | TEXT | Google analytics |
| GOOGLE_ANALYTICS_DOMAIN | TEXT | Google analytics |
## Live Demo
2014-05-28 23:56:41 +02:00
[nairobilug.or.ke](http://nairobilug.or.ke)
## License
MIT