diff --git a/README.md b/README.md index 616e9ea..a42de14 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,24 @@ 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. + ## Screenshot  + ## Installation `git clone https://github.com/nairobilug/pelican-alchemy.git` Then set the pelican config variable `THEME` to the `alchemy` folder inside the cloned path. + ## Usage Pelican [documentation](http://docs.getpelican.com/en/latest/) + ### Theme Options | Config | Type | Description | @@ -44,10 +48,12 @@ An RSS icon will also appear on the nav if `FEED_ATOM` or `FEED_RSS` is set. | GOOGLE_ANALYTICS_ID | TEXT | Google analytics | | GOOGLE_ANALYTICS_DOMAIN | TEXT | Google analytics | + ## Live Demo [nairobilug.or.ke](http://nairobilug.or.ke) + ## License MIT diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 6c35b66..14eb6ab 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -7,12 +7,9 @@