(defun html () (page "blogosphere" `((section () (h1 () "my subunit of the blogosphere") (h2 () "this is currently broken because I am a fool") "I do not know if I will use this, but I was bored and thus have made a blog system") (section () (h2 () "posts") (table () (tbody () (tr () (th () (p () "title")) (th () (p () "editted")) (th () (p () "posted")) (th () (p () "size"))) (tr () (th (:colspan 4) (hr))) ,(exec-command "for file in $(ls ./site/html/blog/posts --time=creation); do echo \"$file$(stat -c %y site/html/blog/posts/$file | head -c 16)

$(stat -c %y site/html/blog/posts/$file | head -c 10)

$(numfmt --to=iec --suffix=B $(stat -c %s \"site/html/blog/posts/$file\"))\"; done | sed 's/\\\/\\\//\\\//g'") (tr () (th (:colspan 4)))))))))