blog/posts/hello.skr~

12 lines
218 B
Plaintext
Raw Normal View History

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