aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2019-07-02 11:17:09 +0100
committerKatharina Fey <kookie@spacekookie.de>2019-07-02 11:25:56 +0100
commit7732c7b223dbcad66aa8d359cc81e15001068e5a (patch)
treec2a6f2e736066fcccf4b4bd33086efb88875e91d /pelicanconf.py
parent5aff5b868af684b13960119119ea38ec9ccc915a (diff)
Adding binary public key under .well-known address
More information about WKD: https://datatracker.ietf.org/doc/draft-koch-openpgp-webkey-service/
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 6fc0da1..4004d7c 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -21,7 +21,7 @@ DEBUG = True
READ_TIME = 180
PATH = 'content'
-STATIC_PATHS = ['images', 'downloads',
+STATIC_PATHS = ['images', 'downloads', '.well-known',
'keys.txt', '555F2E4B6F87F91A4110.txt' ]
SITE_LOGO = 'favicon.ico'