diff options
author | David Thompson <davet@gnu.org> | 2018-03-13 04:51:40 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2018-03-13 04:51:40 -0400 |
commit | e932a5ecc775cf73584f3b55b5b25185a7e2446a (patch) | |
tree | e91a21f3beb4e30ede30c586d6fe0b0ffa4cffd4 /snippets | |
parent | 55767210ca51355109398778dfc1bed2c5c066d9 (diff) |
Improve Haunt project page.
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) |