commit 19ebbe5d5f13ea561bef89125301a4d91c7d0cf8 Author: Roman Godmaire Date: Wed Apr 3 06:37:21 2024 -0400 Add some test books diff --git a/dist/book.md b/dist/book.md new file mode 100644 index 0000000..0efa695 --- /dev/null +++ b/dist/book.md @@ -0,0 +1,8 @@ +--- +title: A Real Book +author: 2 +--- + +# This is a Story + +About something, idfk. diff --git a/dist/with-blurb.md b/dist/with-blurb.md new file mode 100644 index 0000000..ecc6965 --- /dev/null +++ b/dist/with-blurb.md @@ -0,0 +1,9 @@ +--- +title: A Real Book +author: 2 +blurb: This is an amazing book +--- + +# This is a Story + +About something, idfk. diff --git a/drafts/test.md b/drafts/test.md new file mode 100644 index 0000000..438ba51 --- /dev/null +++ b/drafts/test.md @@ -0,0 +1,8 @@ +--- +title: Just a Draft +author: 2 +--- + +# Header + +This is a draft, please ignore.