summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-10-28 23:05:22 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-10-28 23:05:22 +0200
commit1004e36e2cb220798e24494fcc116f769749a5de (patch)
tree008ed9309dc7db5aa3b3a837f42cc6fa105894ca /pelicanconf.py
parentaa27b2fde51e13ec79914cd14ff6cb21303958b3 (diff)
downloadblog-1004e36e2cb220798e24494fcc116f769749a5de.zip
blog-1004e36e2cb220798e24494fcc116f769749a5de.tar.gz
blog-1004e36e2cb220798e24494fcc116f769749a5de.tar.bz2
update research section and little fix for setup
add Facharbeit and CV
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index a2766ce..1670bde 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -32,7 +32,8 @@ AUTHOR_FEED_RSS = None
STATIC_PATHS = [
'images',
'videos',
- 'extras'
+ 'extras',
+ 'docs',
]
EXTRA_PATH_METADATA = {
'extras/robots.txt': {'path': 'robots.txt'},