Pelican-red is a [pelican](http://getpelican.com) theme originally created for the blog [rangerTBC](http://rangertbc.net). The theme incorporates a few additional features in addition to the original design to make it more useful. The theme uses the [Foundation 4](http://foundation.zurb.com/) framework as a base and is Licensed under the MIT-License.
To install pelican-red first either clone the repository or download the zip of the current version to a destination of your choice ( `~/pelican-red` used in example ):
Using pelican-themes (~/pelican-red is path to the theme used in previous example):
~~~
pelican-themes --install ~/pelican-red
~~~
Then change the theme in the Pelican settings file for the site you want to use pelican-red:
~~~
THEME = "pelican-red"
~~~
### Option 2 - Just Point to It
Edit your Pelican settings file for the site you want to use pelican-red (~/pelican-red is path to the theme used in previous example):
~~~
THEME = "~/pelican-red"
~~~
Configuration
--------------
In addition the to general Pelican configuration variables pelican-red supports a few additional settings. All the variables are set in your Pelican settings file for the site you are using pelican-red with.
Variables are listed as `variable` : description
### General
*`SITE_DESCR`: Description of site used for meta if you want
*`SITE_KEY`: Keywords for meta ex. `"keyword1, keyword2, keyword3"`
### Social
* TODO
### Comments ( Disqus )
*`DISQUS_SN`: Disqus Shortname of site ( rangertbc )
### Analytics ( Google Analytics and GoSquared )
*`GA_CODE`: Google Analytics Code ( UA-xxxxxxxx-x )
*`GA_DOMAIN`: Google Analytics Domain for use across sub-domains of a top level domain ( rangertbc.net )
*`GA_LINKER`: Google Analytics multiple top level domains set to True if wanted ( rangertbc.net, rangertbc.com, etc )
*`GS_CODE`: GoSquared Code ( GSN-xxxxxx-x )
Per Post / Page Variables
--------------------------
In addition to the additional configuration variables the theme supports the following variables in posts / pages.
A live preview of the theme can be seen on the blog [rangerTBC](http://rangertbc.net) as well as the gh-pages for pelican-red at [http://rangertbc.net/pelican-red](http://rangertbc.net/pelican-red).