diff options
author | Botond Hende <nettingman@gmail.com> | 2024-09-04 20:12:30 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-09-04 20:12:30 +0200 |
commit | e1377ea5bed1326e7bbdec07a21c20a92de6c808 (patch) | |
tree | 81857dea7b4ebc0fb97c63c57cbd4c08383a7e6d /posts | |
parent | bea80928f694671010bc99493d31879df7d42836 (diff) |
updated "making this blog" post with blog source code link
Diffstat (limited to 'posts')
-rw-r--r-- | posts/making-this-blog/content.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/posts/making-this-blog/content.md b/posts/making-this-blog/content.md index a8f28ef..cb967f1 100644 --- a/posts/making-this-blog/content.md +++ b/posts/making-this-blog/content.md @@ -62,6 +62,8 @@ I've written the actual content of the posts in **Markdown**, so I also used [Ma I'm planning to **opensource my blog** as soon as I've got it in order, it will be available on my [git](https://git.wazul.moe) soon™. +<span class="green">+ Update (2024-09-04): source code is available now in [this repository](https://git.wazul.moe/website/blog).</span> + ## TODO There is still a lot of small things to do on the blog. I ended up implementing mostly those features I needed for writing this second blogpost. I also want to use my Jinja knowledge and **rebuild the rest of my webpage**. Maybe add a normal menu to the main domain instead of the current content, which is just the game over message from the Legend of Zelda: Mayora's Mask. |