Initial commit
This commit is contained in:
commit
f956f998a2
7 changed files with 173 additions and 0 deletions
13
static/index.sxml
Normal file
13
static/index.sxml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
;; -*- 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")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue