aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-05 17:05:01 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-05 17:05:01 -0400
commit83db8af21dc5b41a89ba717d6fc860f61406bd1d (patch)
treedc5715b31d655fe8a69e980be439b3a8fc7fdcc7 /pelicanconf.py
parent1c87cf9b7dfee65b6ea22e5336a0a1de168140dd (diff)
downloadbnewnet-83db8af21dc5b41a89ba717d6fc860f61406bd1d.tar.gz
bnewnet-83db8af21dc5b41a89ba717d6fc860f61406bd1d.zip
add well-known files (also a symlink so this isn't invisible)
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 71046bb..1bf7701 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -13,7 +13,7 @@ OUTPUT_SOURCES_EXTENSION = '.raw'
SLUGIFY_SOURCE = 'basename'
PATH = '.'
-STATIC_PATHS = ['static']
+STATIC_PATHS = ['static', '.well-known']
ARTICLE_PATHS = ['posts']
PAGE_PATHS = ['pages']
PLUGIN_PATHS = ['plugins']