Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 577 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 577 Bytes

Frontend Developer Sandbox

This houses pages I work on as I practice web development.

Modules

Individual units I've been working on:

Signature Verification

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 --import
  • gpg --keyserver hkp://keys.gnupg.net --recv-keys 2BFBD905

git verify-* commands verify signatures.