add most importtant pages

This commit is contained in:
gnat
2024-09-01 14:29:08 -07:00
parent 823c6a1ac9
commit b098c63351
19 changed files with 476 additions and 5 deletions

View File

@ -0,0 +1,9 @@
(defun html ()
(page "natalie sightings" `((section ()
(h1 () "natalie sightings")
(p () "these are reasonably rare"
(br)
"these photographs are uneditted, some of the cameras that were used to take them are simply quite bad"))
(section ()
(flex-grid () ,(exec-command "for file in files/natalie-sightings/*; do echo \"<flex-grid-item>$(img-caption \"/$file\")</flex-grid-item>\"; done"))))))