First Post Ever!
2023/06/26
Hello world!
This took some time to set up, but I hope it'll be worth it.
I'll probably be jotting down some notes and some words here, and maybe even publish this whole place someday! Can't wait for that.
Hopefully I'll get better at writing over time.
In general though, this page is very hacked together. I spent this afternoon learning HTML, CSS, and some PHP so that I could slap together this hackjob. I don't really quite know how a website is supposed to look like on the inside, so I'm winging this on the spot. I'm trying to follow the principles of the bettermotherfuckingwebsite & Fabien Sanglard's website so that this "just runs" everywhere possible, if that's a thing.
I have this filesystem setup so that each folder in the "posts" folder is a post. In there, I have the main .php
& .html
nonsense, along with a title.txt
and date.txt
that contain the title of the post & the creation date of the post, so I can dynamically load posts into my main page in a nice list (which is a probably horrible idea that will end up backfiring on me later).
Here's a test of a code snippet.
Hello World!