gemini/site/comp.scm

21 lines
827 B
Scheme

;;; site/comp.scm
(import "util.scm")
(define title "~snit/comp/")
`(,@(import "header.scm")
(p "This section is for technology-related content. Most of it is probably related to programming or especially just really bad takes on how operating systems should work.")
(p)
(p "The following are listed in no particular order:")
,@(map (lambda (path name) `(a ,(make-relative-uri 'suffix "." path) ,name))
(list "uri-ns"
"gemini-yggdrasil"
"hier7"
"capslock"
"browser-tabs")
(list "A Draft Specification for Decentralised, URI-based Namespaces"
"Hosting Gemini Capsules via Yggdrasil"
"Regarding hier(7) in $HOME"
"Making the CapsLock Key More Useful"
"Browser Tabs are Stupid")))