From f11b428fa1f5de942ee328527f0e279ef47a53fb Mon Sep 17 00:00:00 2001 From: "Adam A.G. Shamblin" Date: Wed, 8 May 2019 07:26:49 -0600 Subject: [PATCH] configure for security.txt --- pelicanconf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index dce766b..77cd809 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,11 +10,13 @@ SITEURL = 'https://letters.vexingworkshop.com' PATH = 'content' STATIC_PATHS = [ 'files/keybase.txt', - 'files/robots.txt' + 'files/robots.txt', + 'files/security.txt' ] EXTRA_PATH_METADATA = { 'files/keybase.txt': {'path': 'keybase.txt'}, - 'files/robots.txt': {'path': 'robots.txt'} + 'files/robots.txt': {'path': 'robots.txt'}, + 'files/security.txt': {'path': '.well-known/security.txt'} } TIMEZONE = 'America/Denver' -- 2.39.5