summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 79a3270..76d3f96 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -32,3 +32,6 @@ DEFAULT_PAGINATION = 10
# THEMES
THEME = "notmyidea"
+
+# Static content to copy to output dir
+STATIC_PATHS = ['static']