diff options
author | Ondrej Grover <ondrej.grover@gmail.com> | 2014-11-03 15:39:56 +0100 |
---|---|---|
committer | Ondrej Grover <ondrej.grover@gmail.com> | 2014-11-03 15:43:32 +0100 |
commit | 9690a696b95bcc08c330bbed1e2feb779649b83a (patch) | |
tree | 38fa5e44467ee98d58a2932f381a680f35a3cf62 /docs/faq.rst | |
parent | a81fcd3fefa7ffce657805163cfb32470c962bf9 (diff) | |
download | pelican-faq_index_save_as.tar.gz |
Mention the INDEX_SAVE_AS setting in FAQ and direct templatesfaq_index_save_as
This setting can be particularly useful when making a static homepage.
Diffstat (limited to 'docs/faq.rst')
-rw-r--r-- | docs/faq.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/faq.rst b/docs/faq.rst index 1376511a..630dd3c1 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -135,6 +135,10 @@ your home page. The following Markdown example could be stored in Thank you for visiting. Welcome! +If the original blog index is still wanted, it can then be saved in a +different location by setting ``INDEX_SAVE_AS = 'blog_index.html`` for +the ``''index'`` direct template. + What if I want to disable feed generation? ========================================== |