From 83db8af21dc5b41a89ba717d6fc860f61406bd1d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 5 May 2016 17:05:01 -0400 Subject: add well-known files (also a symlink so this isn't invisible) --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pelicanconf.py') 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'] -- cgit v1.2.3