diff options
Diffstat (limited to 'syte/README.md')
-rw-r--r-- | syte/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/syte/README.md b/syte/README.md new file mode 100644 index 0000000..0d86f68 --- /dev/null +++ b/syte/README.md @@ -0,0 +1,13 @@ +Syte theme for Pelican +====================== + +This theme is based on [Syte][syte] and is for Pelican. Right now, its a bit messy. But I'll clean this up later. + +Anyway, you can [see this theme in action here][samrat]. + +![screenshot](https://github.com/samrat/syte-pelican/raw/master/screenshot.png) + +To try this out, clone this repo and in your `settings.py`, set `THEME = /path/to/syte-pelican` and `MEDIA_URL= /path/to/syte-pelican/static`. + +[syte]: http://rigoneri.github.com/syte/ +[samrat]: http://samrat.github.com |