summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index ab8afd2..06b02e8 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -31,3 +31,7 @@ SOCIAL_WIDGET_NAME = "Subscribe"
DEFAULT_PAGINATION = 10
#THEME = "/home/blog/pelican-themes/sundown"
+
+# Per https://docs.getpelican.com/en/latest/faq.html#how-can-i-use-a-static-page-as-my-home-page
+
+INDEX_SAVE_AS = "pelican-index.html"