Better documentation for new settings

- add documentation about PR #19 and #20;
- add a warning about duplicate names for custom footer
This commit is contained in:
Mr. Senko 2016-01-22 12:05:02 +02:00
parent 517529f633
commit dc0eea5833
1 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,11 @@ FOOTER_INCLUDE = 'myfooter.html'
EXTRA_TEMPLATES_PATHS = [os.path.dirname(__file__)]
```
**WARNING:** avoid using names which duplicate existing templates from the
theme directory, for example ``footer.html``. Due to how Pelican searches the
template directories it will first find the files in the theme directory and you
will not see the desired results.
### Analytics
Accept many analytics:
@ -83,6 +88,9 @@ Accept many analytics:
### Other configuration
- If ``ADDTHIS_PUBID`` is defined sharing buttons from AddThis will appear
at the bottom of the article;
- ``GOOGLE_SITE_VERIFICATION`` - Google site verification token;
- Set ``SHOW_FULL_ARTICLE`` to True to show full article content on index.html
instead of summary;