From eb3654222ba31f6d82a33232ddff6f9880243694 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 21 Oct 2019 13:15:17 +0200 Subject: Add support for WKP lookups --- .../openpgpkey/hu/i4fxxwcfae1o4d7wnb5bop89yfx399yf | Bin 0 -> 8306 bytes .well-known/openpgpkey/policy | 0 _config.yml | 5 ++++- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .well-known/openpgpkey/hu/i4fxxwcfae1o4d7wnb5bop89yfx399yf create mode 100644 .well-known/openpgpkey/policy diff --git a/.well-known/openpgpkey/hu/i4fxxwcfae1o4d7wnb5bop89yfx399yf b/.well-known/openpgpkey/hu/i4fxxwcfae1o4d7wnb5bop89yfx399yf new file mode 100644 index 0000000..132dcdf Binary files /dev/null and b/.well-known/openpgpkey/hu/i4fxxwcfae1o4d7wnb5bop89yfx399yf differ diff --git a/.well-known/openpgpkey/policy b/.well-known/openpgpkey/policy new file mode 100644 index 0000000..e69de29 diff --git a/_config.yml b/_config.yml index 8d7319f..a0aa94a 100644 --- a/_config.yml +++ b/_config.yml @@ -36,7 +36,10 @@ sass: markdown: redcarpet highlighter: pygments -include: ["_pages"] +include: [ + ".well-known", + "_pages", +] # custom collections collections: -- cgit v1.1