New (better) naming scheme.

This commit is contained in:
2021-04-28 20:56:03 +02:00
parent 610f0d1b2b
commit 9a6572939d
268 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<p>Recently I've decided to change how my blog works to make it easier to manage. Now I'm using databases to store my posts. Using a database has provided me more versatility than simple PHP files, which is what I used before. This has also drastically diminished the amount of files necessary for my blog as well as certain redundancies that were annoying the hell out of me.</p>
<p>With this I've been able to add other stuff, like a post description, as well as not having to choose between categories and a unified RSS feed. This also means that it'll be very easy to add new things, since the DB automates a lot of things for me, and I'd only have to edit a few files instead of all my posts like I would have before.</p>
<p>Yes, I realize this breaks links from before, but whatever, I do this a lot, and my domain is still the same.</p>