From dc0eea58332a9f1ff647454c479dfff9721c154c Mon Sep 17 00:00:00 2001 From: "Mr. Senko" Date: Fri, 22 Jan 2016 12:05:02 +0200 Subject: [PATCH] Better documentation for new settings - add documentation about PR #19 and #20; - add a warning about duplicate names for custom footer --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 801ca3d..ce35302 100644 --- a/README.md +++ b/README.md @@ -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;