aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2020-12-04 15:34:38 +0100
committerSébastien Dailly <sebastien@chimrod.com>2020-12-04 15:49:35 +0100
commit33f81148be6699fe05760793784b5bab36245481 (patch)
treeb6318866a85a7ee2475dc3d260e2a4ccf8935db6 /pelicanconf.py
parent9b77ec15e5beeff3f57f845be883416d2a68b84d (diff)
Change files reference to static
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'
)