diff options
Diffstat (limited to 'content/blog')
| -rw-r--r-- | content/blog/11ty.md | 10 | ||||
| -rw-r--r-- | content/blog/test-post.md | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/content/blog/11ty.md b/content/blog/11ty.md new file mode 100644 index 0000000..c6107dd --- /dev/null +++ b/content/blog/11ty.md @@ -0,0 +1,10 @@ +--- +title: This website now uses 11ty! +keywords: new 11ty +--- + +Thanks to my friend Jan Palma for making the website! (check him out [here](https://janpalma.cz/)) + +The website uses [11ty](https://www.11ty.dev/) which is a simple static site generator. + +<img src="https://share.spelis.projnull.eu/pfps/normal.png" alt="test" width=100> diff --git a/content/blog/test-post.md b/content/blog/test-post.md deleted file mode 100644 index 1aedffa..0000000 --- a/content/blog/test-post.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Post 1 -keywords: WOW OMG ----
\ No newline at end of file |
