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:
parent
517529f633
commit
dc0eea5833
@ -73,6 +73,11 @@ FOOTER_INCLUDE = 'myfooter.html'
|
|||||||
EXTRA_TEMPLATES_PATHS = [os.path.dirname(__file__)]
|
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
|
### Analytics
|
||||||
|
|
||||||
Accept many analytics:
|
Accept many analytics:
|
||||||
@ -83,6 +88,9 @@ Accept many analytics:
|
|||||||
|
|
||||||
### Other configuration
|
### 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
|
- Set ``SHOW_FULL_ARTICLE`` to True to show full article content on index.html
|
||||||
instead of summary;
|
instead of summary;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user