diff options
Diffstat (limited to 'snippets')
-rw-r--r-- | snippets/haunt-hello.md | 7 | ||||
-rw-r--r-- | snippets/haunt.scm | 9 |
2 files changed, 8 insertions, 8 deletions
diff --git a/snippets/haunt-hello.md b/snippets/haunt-hello.md new file mode 100644 index 0000000..99805ac --- /dev/null +++ b/snippets/haunt-hello.md @@ -0,0 +1,7 @@ +title: First post! +date: 2018-03-13 18:00 +tags: hello +summary: hello! +--- + +Hello, world! diff --git a/snippets/haunt.scm b/snippets/haunt.scm index 29250a1..a945372 100644 --- a/snippets/haunt.scm +++ b/snippets/haunt.scm @@ -2,9 +2,6 @@ (haunt builder blog) (haunt builder atom) (haunt builder assets) - (haunt reader) - (haunt reader skribe) - (haunt reader texinfo) (haunt reader commonmark) (haunt site)) @@ -13,11 +10,7 @@ #:default-metadata '((author . "Eva Luator") (email . "eva@example.com")) - #:readers (list commonmark-reader - texinfo-reader - skribe-reader - sxml-reader - html-reader) + #:readers (list commonmark-reader) #:builders (list (blog) (atom-feed) (atom-feeds-by-tag) |