summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index cd38cc3..c9b1cc2 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -38,6 +38,7 @@ TYPOGRIFY = True
TEMPLATE_PAGES = {'../extras/404.html': '404.html'}
FILES_TO_COPY = (
('../extras/htaccess', '.htaccess'),
+ ('../extras/robots.txt', 'robots.txt'),
)
PLUGIN_PATH = 'plugins'