aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 744f347..6a0f814 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -53,9 +53,7 @@ TYPOGRIFY = False
TEMPLATE_PAGES = {'../extras/404.html': '404.html'}
STATIC_PATHS = \
- ( 'images'
- , 'resources'
- , '../extras/robots.txt'
+ ( '../extras/robots.txt'
, '../extras/htaccess'
, '../extras/custom.css'
)