13 lines
356 B
Scheme
13 lines
356 B
Scheme
;; -*- scheme -*-
|
|
`((title . "about")
|
|
(content
|
|
(p "hi I'm afiw/emily (she/her), I'm some sort of linuxposter")
|
|
(p "my interests include:")
|
|
(ul
|
|
(li "C programming")
|
|
(li "Scheme programming")
|
|
(li "Standard ML programming")
|
|
(li "compiler theory")
|
|
(li "linguistics and conlanging")
|
|
(li "music"))
|
|
(p "I use gentoo and openbsd btw")))
|