blog/posts/hello.skr
Geir Okkenhaug Jerstad 0c0d14b8fb initial commit
2024-06-18 09:46:06 +02:00

12 lines
220 B
Scheme

;; -*- mode: scheme -*-
(post
:title "Hello with Skribe!"
:date (make-date* 2024 02 06)
:tags '("hello2")
(h1 [Hello2, Skribe!])
(p [This is my first Skribe document])
(p [This is the second paragraf !]))