From: Adam A.G. Shamblin Date: Wed, 8 May 2019 13:26:49 +0000 (-0600) Subject: configure for security.txt X-Git-Url: https://git.vexinglabs.com/?a=commitdiff_plain;h=f11b428fa1f5de942ee328527f0e279ef47a53fb;p=letters.git configure for security.txt --- 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'