What is the best way to include gpg public keys on a website, which is generated by the Nikola website generator?
- It should be easy to import by visitors.
- Nikola must not the key while rendering the page.
Edit: After 7 months I think the ideal solution makes use of WKD
As a default, all files within the
files/
folder will be copied 1:1 into the output files. So if you're using the default config: to have your public key on your page, you can simply store it infiles/key.txt
and it will be available ashttps://yourpage.com/key.txt
.In the
conf.py
you can find the following: