Add SITEURL and GOOGLE_ANALYTICS informations to the README.

This commit is contained in:
Alexis Metaireau 2010-11-16 01:18:00 +00:00
commit a3321fec6a

View file

@ -83,12 +83,13 @@ description.
Please note that all the settings you put in this file will be passed to the Please note that all the settings you put in this file will be passed to the
templates as well. templates as well.
* `SITEURL` is the base URL of your website.
* `PATH` is the path to look at for input files. * `PATH` is the path to look at for input files.
* `THEME`: the theme to use to product the output. can be the complete static * `THEME`: the theme to use to product the output. can be the complete static
path to a theme folder, or choosed between the default pelican themes (see path to a theme folder, or choosed between the default pelican themes (see
below) below)
* `OUTPUT_PATH`: Where to output the generated files. Default to "output" * `OUTPUT_PATH`: Where to output the generated files. Default to "output"
* `SITENAME`: You site name, * `SITENAME`: Your site name,
* `DISPLAY_PAGES_ON_MENU`: Display or not the pages on the menu of the * `DISPLAY_PAGES_ON_MENU`: Display or not the pages on the menu of the
template. Templates can follow or not this settings. template. Templates can follow or not this settings.
* `PDF_PROCESSOR`: Put True if you want to have PDF outputs as well as HTML * `PDF_PROCESSOR`: Put True if you want to have PDF outputs as well as HTML
@ -121,6 +122,7 @@ The `notmyidea` theme can make good use of the following settings:
* `LINKS` is a list of tuples Title, Url, for links * `LINKS` is a list of tuples Title, Url, for links
* `SOCIAL` (('twitter', 'yourtwitter complete url'),) and any other name/link * `SOCIAL` (('twitter', 'yourtwitter complete url'),) and any other name/link
you want to put under "social" you want to put under "social"
* `GOOGLE_ANALYTICS` = 'UA-XXXX-YYYY' to activate google analytics.
Why the name "Pelican" ? Why the name "Pelican" ?
------------------------ ------------------------