diff --git a/pelicanconf.py b/pelicanconf.py index 467024e..7b3105c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -42,3 +42,8 @@ DEFAULT_PAGINATION = False DELETE_OUTPUT_DIRECTORY = True + +STATIC_PATHS = [ + 'images', + 'static', + ]