diff --git a/pelicanconf.py b/pelicanconf.py index 99c2638..7ad9c46 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -47,3 +47,8 @@ DELETE_OUTPUT_DIRECTORY = True # Also no index, as that is already a pageā€¦ AUTHOR_SAVE_AS = '' DIRECT_TEMPLATES = ['categories', 'tags', 'archives'] + +STATIC_PATHS = [ + 'images', + 'static', + ]