]> Vexing Labs - letters.git/commitdiff
configure for security.txt
authorAdam A.G. Shamblin <adam.shamblin@gmail.com>
Wed, 8 May 2019 13:26:49 +0000 (07:26 -0600)
committerAdam A.G. Shamblin <adam.shamblin@gmail.com>
Wed, 8 May 2019 13:26:49 +0000 (07:26 -0600)
pelicanconf.py

index dce766b651e00cd34145800927563bd3a958b9fd..77cd809b1c10aecae6f4570ccf57d336f5675a55 100644 (file)
@@ -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'