This houses pages I work on as I practice web development.
Individual units I've been working on:
To verify signatures used in the repository, import the maintainer’s public key.
The current key has fingerprint A5EC 40AF 921D 6273 F85A 2971 557C 36D3 2BFB D905.
Examples of how to do this:
git cat-file -p maintainer-pgp-pub | gpg --importgpg --keyserver hkp://keys.gnupg.net --recv-keys 2BFBD905
git verify-* commands verify signatures.