# HG changeset patch # User Steve Losh # Date 1693443874 14400 # Node ID 2daa2d6a1d9ea2ab9911320f12572e939510d25d # Parent bb50e21cad986dbcefbc9dcb8068ff418a22eafe Update some info, add pubkeys diff -r bb50e21cad98 -r 2daa2d6a1d9e generate.lisp --- a/generate.lisp Wed Sep 14 21:33:56 2022 -0400 +++ b/generate.lisp Wed Aug 30 21:04:34 2023 -0400 @@ -240,9 +240,8 @@ (:footer (:nav (:a :href "https://github.com/sjl/" "GitHub") - " ・ " (:a :href "https://twitter.com/stevelosh/" "Twitter") - " ・ " (:a :href "https://instagram.com/thirtytwobirds/" "Instagram") - " ・ " (:a :href "https://hg.stevelosh.com/.plan/" ".plan"))))) + " ・ " (:a :href "https://mastodon.social/@sjl" "Mastodon") + " ・ " (:a :href "https://instagram.com/thirtytwobirds/" "Instagram"))))) (defun t/base (title page-id body) (who @@ -334,9 +333,7 @@ (with-base ("home") (who (:p "Hello, I'm Steve.") - (:p "I'm a photographer, programmer, dancer, and bassist currently living in " - (:a :href "https://rochestermade.com/" "Rochester, New York") - ".") + (:p "I'm a photographer, programmer, dancer, and bassist currently living in Ann Arbor, Michigan.") (:p "If you want to get in touch with me, " (:a :href "mailto:steve@stevelosh.com" "email") " is best.")))) @@ -403,6 +400,9 @@ (render "build/404.html" () (t/404))) +(defun page/pubkeys () + (uiop:copy-file "static/pubkeys" "build/pubkeys")) + (defun page/blog/index (entries) (render "build/blog/index.html" (:times (mapcar #'modified-timestamp entries)) @@ -443,6 +443,7 @@ (resume (read-content "content/resume.markdown"))) (page/home) (page/404) + (page/pubkeys) (page/blog/index blog-entries) (page/blog/entries blog-entries) (page/photography/index photo-galleries) diff -r bb50e21cad98 -r 2daa2d6a1d9e static/pubkeys --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/static/pubkeys Wed Aug 30 21:04:34 2023 -0400 @@ -0,0 +1,2 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOzsPx/nGmnBim/lKA0E6ZP/ewYZQnH5yuzIjdsl71Vb sjl +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE0dopb2IXrLwyvahJuq99xC9wQfw2mi7tXlLavnugKM sjl