Update pelicanconf.py to include new css and js content
diff --git a/pelicanconf.py b/pelicanconf.py
index c70f068..7a2e29f 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -50,7 +50,7 @@
 PAGE_SAVE_AS = '{slug}.html'
 
 # We want to serve any images
-STATIC_PATHS = ['.htaccess', 'images']
+STATIC_PATHS = ['.htaccess', 'images', 'css', 'js']
 
 # We don't use articles, but we don't want pelican to think
 # that content/ contains articles.