My personal website, goal is to have a blog and a "resume".
1234567891011121314 |
- ;;;;;
- url: pgp.html
- format: cl-who
- ;;;;;
- (:div
- (:h2 "I use PGP")
- (:p
- "As of 2015-08-26 I use PGP to sign various things (including git commits and emails).")
- (:p
- "My current public key can be found "
- (:a :href "https://pgp.mit.edu/pks/lookup?op=vindex&search=0x6B0AAC963BBA818C" "here")
- "."))
|