summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-07-11 22:35:49 +0000
committerRob Austein <sra@hactrn.net>2021-07-11 22:46:51 +0000
commit8a435a7c4d84d454e1272856d2921213e708ca52 (patch)
tree6c56546717259e44a943b95e988f1819ff6b0a03 /pelicanconf.py
parent9830a562f93005599e09964bcea79c901fb94bb4 (diff)
Move pelican index aside to make room for landing page
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"