pidgin/nest

Add pgp public key and refer to it in our security disclosure method

The idea behind this is to make sure people that choose to use email to let us
known about a potential security issue in Pidgin encrypt the content of the
emails using a set of pgp keys of trusted Pidgin developers. For now we only
have the pgp key of grim but more keys can easily be added later on.

At the same time, since Hugo does not currently have a built-in shortcode for
linking directly to static resources, I had to add a new shortcode for doing so

Testing Done:
Ran `dev-server.sh` and made sure content looked as intended and links worked.

Bugs closed: NEST-46

Reviewed at https://reviews.imfreedom.org/r/860/
---
title: SILC
date: 2019-06-18T03:27:26.000Z
weight: 60
lastmod: 2019-08-21T04:05:48.000Z
---
### What is SILC?
SILC is an open, security-focused end-to-end encrypted protocol. Its website is
currently hosted at [silc.github.io](https://silc.github.io).
### What do I need to use the SILC protocol?
You need to install the SILC Toolkit and the libpurple SILC plugin. These were
generally provided as packages in several Linux distributions, however, many
distributions have begun dropping these packages due to being "unmaintained."
If you're compiling Pidgin and libpurple yourself, see the `./configure --help`
for specifying the location of the SILC headers and libraries. If you're
compiling with an SRPM, use `--with-silc` to build the `purple-silc` RPM
On Windows, the SILC Toolkit is installed with Pidgin.