1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:55:30 -04:00

host PGP key locally

This commit is contained in:
2019-12-16 10:49:15 -05:00
parent fa98e48664
commit 599400c51c
2 changed files with 9 additions and 1 deletions

View File

@@ -29,6 +29,14 @@
# The most important headers and redirects are specified in the _headers and
# _redirects files generated by Hugo. These are additional custom rules.
# PGP file: open in browser, download correctly
[[headers]]
for = "/jarvis.asc"
[headers.values]
Cache-Control = "max-age=0, no-cache, no-store"
Content-Type = "text/plain; charset=utf-8"
Content-Disposition = "inline; filename=\"jarvis.asc\""
# Redirect default Netlify subdomain to primary domain:
[[redirects]]
from = "https://jakejarvis.netlify.com/*"