Building This Site

06 04 2026

Hello everyone, I suppose this is my first post on the blog?
I'm just chilling around here, thought I'll build this website and then I thought to blog it too

So to start I just copied the zonelet template for blogs, and am gonna add some of my twists to it, I've got a lot in mind, don't know if all of that will be built though.

On a quick walkthrough of js, I like the fact that everything is commented and the code is understandable if I spend enough time to read it (my attention span uh :\). Don't even know where to start having writer's block right now.

Okay lets start with adding a way to add code blocks so I can explain what codes are being added.

....
So rn I've made divs which belong to class "code", they have special css and js that parse all the html blocks inside it as text and not html, don't know if it by default works for other languages too, lets try
for(;;){ console.log("Hello World!") }
Well no colors ig thats alright for now