summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-09-22 14:33:10 +0200
committerBotond Hende <nettingman@gmail.com>2024-09-22 14:33:10 +0200
commit772f4d055a8ae1922ff12a175f96b2350785754a (patch)
tree0367e47a000a6c9da685ddcfac5fda494d977ce4
parentaea9c553db304da10a94d2f175f2a97a7d5be17c (diff)
fake html flag module in warko
-rw-r--r--modules/blogpost_processor.py2
m---------modules/warko0
-rw-r--r--posts/let-there-be-light-theme/content.md2
-rw-r--r--posts/making-this-blog/content.md2
4 files changed, 4 insertions, 2 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
-Subproject 97ae1c4058c09731033847226942342fdee30be
+Subproject 57ad1a02f119e81d44141c7f4960574132f392c
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. <span class=nobr>\<sarcasm\></span> I know, shocking. <span class=nobr>\</sarcasm\></span>
+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. <span class=nobr>\<sarcasm\></span> Piece of cake! <span class=nobr>\</sarcasm\></span>
+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.