From bea80928f694671010bc99493d31879df7d42836 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 4 Sep 2024 20:05:51 +0200 Subject: initial commit --- posts/let-there-be-light-theme/blog.webp | Bin 0 -> 67994 bytes posts/let-there-be-light-theme/content.md | 22 ++++++++++++++ posts/let-there-be-light-theme/deeper.html | 46 +++++++++++++++++++++++++++++ posts/let-there-be-light-theme/meta.json | 7 +++++ 4 files changed, 75 insertions(+) create mode 100644 posts/let-there-be-light-theme/blog.webp create mode 100644 posts/let-there-be-light-theme/content.md create mode 100644 posts/let-there-be-light-theme/deeper.html create mode 100644 posts/let-there-be-light-theme/meta.json (limited to 'posts/let-there-be-light-theme') diff --git a/posts/let-there-be-light-theme/blog.webp b/posts/let-there-be-light-theme/blog.webp new file mode 100644 index 0000000..625a835 Binary files /dev/null and b/posts/let-there-be-light-theme/blog.webp differ diff --git a/posts/let-there-be-light-theme/content.md b/posts/let-there-be-light-theme/content.md new file mode 100644 index 0000000..0439ffb --- /dev/null +++ b/posts/let-there-be-light-theme/content.md @@ -0,0 +1,22 @@ +...and there was light theme. + +## print("Hello world.") + +Whenever I read techy blogs, whether one of my friends' or some random dude's who haven't updated the format of his website since the '90s, I get the urge to write one myself. Ever since I first picked up coding as a hobby (and later as a job) I was always on the lookout for opportunities to use my newfound skillset for something fun or useful. About 3 years ago I switched from Windows to Arch Linux as my main OS. I never really used Linux before, so it was quite a challenge at first, but thanks to my good friend [oliva](https://teml.in) I was able to learn more about computers in a year than ever before. Eventually this website was born, hosting my silly little projects and my first ever serious attempt to create something on the internet. + +## What's with the blog? + +I plan to use this blog as a ~~wall of shame for all my abandoned projects~~ collection/documentation/chronicle for all my running projects. Most of them will probably be software related, hopefully some of them hardware related (because I want to get into it more), but I also plan to work on some other geeky stuff (like building a lightsaber!) or learning 3D modeling and animation. + +The skybox is the limit! + +## What's next? + +If you are one of the few unfortunate people to lay your gaze upon this blog too early, you are probably looking at something like this: + +![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. \ + +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/let-there-be-light-theme/deeper.html b/posts/let-there-be-light-theme/deeper.html new file mode 100644 index 0000000..90966cc --- /dev/null +++ b/posts/let-there-be-light-theme/deeper.html @@ -0,0 +1,46 @@ + + + + + Let there be light theme + + +

…and there was light theme.

+

print(“Hello world.”)

+

Whenever I read techy blogs, whether one of my friends’ or some + random dude’s who haven’t updated the format of his website since the + ’90s, I get the urge to write one myself. Ever since I first picked up + coding as a hobby (and later as a job) I was always on the lookout for + opportunities to use my newfound skillset for something fun or useful. + About 3 years ago I switched from Windows to Arch Linux as my main OS. I + never really used Linux before, so it was quite a challenge at first, + but thanks to my good friend oliva I was + able to learn more about computers in a year than ever before. + Eventually this website was born, hosting my silly little projects and + my first ever serious attempt to create something on the internet.

+

What’s with the blog?

+

I plan to use this blog as a wall of shame for all my abandoned + projects collection/documentation/chronicle for all my running + projects. Most of them will probably be software related, hopefully some + of them hardware related (because I want to get into it more), but I + also plan to work on some other geeky stuff (like building a + lightsaber!) or learning 3D modeling and animation.

+

The skybox is the limit!

+

What’s next?

+

If you are one of the few unfortunate people to lay your gaze upon + this blog too early, you are probably looking at something like this:

+
+ very ugly blog post with no css at all + +
+

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. </sarcasm>

+

So the first official project: making a somewhat more asteticaly + 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/let-there-be-light-theme/meta.json b/posts/let-there-be-light-theme/meta.json new file mode 100644 index 0000000..4b0daaa --- /dev/null +++ b/posts/let-there-be-light-theme/meta.json @@ -0,0 +1,7 @@ +{ + "title" : "Let there be light theme...", + "publish_date" : "2024-06-23", + "tags" : [ + "website" + ] +} -- cgit v1.2.3-70-g09d2