diff options
| author | seth <[email protected]> | 2023-03-17 23:32:45 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-17 23:32:45 -0400 |
| commit | 161359359d5585d38718c2a90812a60486cec227 (patch) | |
| tree | cbfd27c6c5539b05bd5f98a4f8f69d358cdb580a /src/blog/posts | |
| parent | a0e562b603599abbfee76764202bdee331e470e1 (diff) | |
feat: add headerbar + refactor
Diffstat (limited to 'src/blog/posts')
| -rw-r--r-- | src/blog/posts/2023-03-17_test.md | 9 | ||||
| -rw-r--r-- | src/blog/posts/_data.yaml | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/blog/posts/2023-03-17_test.md b/src/blog/posts/2023-03-17_test.md new file mode 100644 index 0000000..7d0a029 --- /dev/null +++ b/src/blog/posts/2023-03-17_test.md @@ -0,0 +1,9 @@ +--- +title: test post +description: test test +draft: true +--- + +# uwu + +hello diff --git a/src/blog/posts/_data.yaml b/src/blog/posts/_data.yaml new file mode 100644 index 0000000..9287093 --- /dev/null +++ b/src/blog/posts/_data.yaml @@ -0,0 +1,2 @@ +type: posts +layout: layouts/page.njk |
