2025-10-14
honestly, i’m tired. half of this is broken beyond repair.
wouldn’t it be kinda nice if i just nuked it and started clean?
yeah… that sounds kind of nice. ALRIGHT that’s the plan.
we nuke it, start from scratch. figure out a MUCH more efficient system…
and THEN come back to this. AAAAAAND BREAK (the site).
NOTE TO SELF
WITH DNS:
- index.html –> https://www.zyanwashere.com/
- FILE.html –> https://www.zyanwashere.com/FILE.html
- FOLDER/FILE –> https://www.zyanwashere.com/FOLDER/FILE.html
BEFORE DNS:
- index.html is simply accessed with https://zyanwashere.github.io/website/
- any subsequent files are accessed with: https://zyanwashere.github.io/website/FILE.html
- unless it is in a folder, in which case: https://zyanwashere.github.io/website/FOLDER/FILE.html