12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
|
;; -*- mode: scheme -*-
|
||
|
(post
|
||
|
:title "Hello with Skribe!"
|
||
|
:date (make-date* 2024 02 06)
|
||
|
:tags '("hello")
|
||
|
|
||
|
(h1 [This is Skribe!])
|
||
|
|
||
|
(p [This is my second Skribe document])
|
||
|
|
||
|
(p [This is the second paragraf !]))
|