diff options
Diffstat (limited to 'content/blog')
| -rw-r--r-- | content/blog/blog.11tydata.mjs | 4 | ||||
| -rw-r--r-- | content/blog/test-post.md | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/content/blog/blog.11tydata.mjs b/content/blog/blog.11tydata.mjs new file mode 100644 index 0000000..f88fb2a --- /dev/null +++ b/content/blog/blog.11tydata.mjs @@ -0,0 +1,4 @@ +export default { + tags: ["blog"], + layout: "post" +};
\ No newline at end of file diff --git a/content/blog/test-post.md b/content/blog/test-post.md new file mode 100644 index 0000000..1aedffa --- /dev/null +++ b/content/blog/test-post.md @@ -0,0 +1,4 @@ +--- +title: Post 1 +keywords: WOW OMG +---
\ No newline at end of file |
