From 772f4d055a8ae1922ff12a175f96b2350785754a Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Sun, 22 Sep 2024 14:33:10 +0200 Subject: fake html flag module in warko --- modules/blogpost_processor.py | 2 ++ modules/warko | 2 +- posts/let-there-be-light-theme/content.md | 2 +- posts/making-this-blog/content.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/blogpost_processor.py b/modules/blogpost_processor.py index f8c06c2..0af1409 100644 --- a/modules/blogpost_processor.py +++ b/modules/blogpost_processor.py @@ -14,6 +14,7 @@ from .warko.headinginjector import get_heading_injector from .warko.extendedimage import get_image_renderer, ExtendedImageElement from .warko.newtablink import get_new_tab_links from .warko.quote import Quote +from .warko.fakehtmltag import FakeHtml from ..config import Config CONTENT_FILE_NAME = "content.md" @@ -46,6 +47,7 @@ class Post: , get_image_renderer(["blog.wazul.moe"]) , get_new_tab_links(["blog.wazul.moe"]) , Quote + , FakeHtml ] ) diff --git a/modules/warko b/modules/warko index 97ae1c4..57ad1a0 160000 --- a/modules/warko +++ b/modules/warko @@ -1 +1 @@ -Subproject commit 97ae1c4058c09731033847226942342fdee30be8 +Subproject commit 57ad1a02f119e81d44141c7f4960574132f392c4 diff --git a/posts/let-there-be-light-theme/content.md b/posts/let-there-be-light-theme/content.md index 0439ffb..988c729 100644 --- a/posts/let-there-be-light-theme/content.md +++ b/posts/let-there-be-light-theme/content.md @@ -16,7 +16,7 @@ If you are one of the few unfortunate people to lay your gaze upon this blog too ![very ugly blog post with no css at all](blog.webp "WE NEED TO GO DEEPER" deeper.html INCEPTION) -This is the current state of the blog as I'm writing these lines. I knew that if I _ever_ want this blog to happen, I have to start writing before setting up the blog itself, otherwise I would never be able to convince myself to work on it. I'm not a huge fan of frontend. \ I know, shocking. \ +This is the current state of the blog as I'm writing these lines. I knew that if I _ever_ want this blog to happen, I have to start writing before setting up the blog itself, otherwise I would never be able to convince myself to work on it. I'm not a huge fan of frontend. {{sarcasm}} I know, shocking. {{}} So the first official project: making a somewhat more aesthetically pleasing layout and theme. Probably with dark mode. I may keep the ugly original theme as an easter egg. Try and find it! diff --git a/posts/making-this-blog/content.md b/posts/making-this-blog/content.md index a365b70..7528a53 100644 --- a/posts/making-this-blog/content.md +++ b/posts/making-this-blog/content.md @@ -69,7 +69,7 @@ I'm planning to **opensource my blog** as soon as I've got it in order, it will ## 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. -I also want to do other projects, like **designing an icon for myself**. I have some ideas already, now I only need to learn Inkscape and do it. \ Piece of cake! \ +I also want to do other projects, like **designing an icon for myself**. I have some ideas already, now I only need to learn Inkscape and do it. {{sarcasm}} Piece of cake! {{}} And of course, I have a **ton to write about**, both my past and future projects, so I think I'm going to be busy. I ended up working a bit more on this post than I first anticipated but I enjoyed it regardless. Hell, I even took my laptop to a holiday drinking party and coded some of the last features for the blog! No sarcasm this time. -- cgit v1.2.3-70-g09d2