diff options
| author | Elis Eriksson <Spelis@duck.com> | 2026-03-14 05:45:26 -1000 |
|---|---|---|
| committer | Elis Eriksson <Spelis@duck.com> | 2026-03-14 05:45:26 -1000 |
| commit | e08aa23b16a392b27f283ce20194b84a7382ae59 (patch) | |
| tree | 681b10d780bca2e35033296168bafe660357717f /content/blog | |
| parent | daa171b55c7fcc65eaaf988ed1c2c89d13b4dc24 (diff) | |
| download | spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.tar spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.tar.gz spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.tar.bz2 spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.tar.lz spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.tar.xz spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.tar.zst spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.zip | |
upload the content
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 |
