Working on migrating music stuff today!
Here, I’ll copy over the remaining todos:
- [x] Migrate Music Room pages
- [ ] Migrate microblog
- [ ] Figure out RSS
- [x] Figure out image optimisation
- [ ] Look into redirects. If it’s not too difficult, set them up. If it is unmanageable, set up a good 404 page.
- [x] Stop the changelog collection from generating duplicate pages in _site/_collections/changelog/etc/etc
… And the nice-to-haves:
- [ ] Project pages for Game Projects
- [ ] Project pages for Archived Projects
- [ ] Extra sketchbooks (OC-2023, M)
- [ ] Cool font for the site header in the nav
- [ ] Updated favicon
- [ ] Cute header art for the main pages!
So the UTAU stuff was really fun to move over!! I ended up moving it all into a seperate UTAU Page, so all the songs, voicebanks, and eventually videos related to UTAU stuff will go there. Currently there is one (1) video there, and having put that on the website I’m now kind of inclined to make some sort of cinema page for general video content…
I will resist the urge to make a cinema page for now though. I mean, look at the todos!! I have enough webdev tasks for the time being! I think I just like the idea that this website can be super comprehensive and contain a huge body of my work!! The power of hypertext…
I’ve decided to remove the fluteposting segment for now. It was literally just one video… I can always make a fluteposting page similar to the UTAU one later, if I feel I want to do so.
Just finished moving over the rest of the music room, and I think I’ll have to work on how I present it at some point. Another problem for future me.
Started figuring out the image optimisation plugin! Had a little hiccup where it was stretching out all my images weirdly, but it was because my reset.css file sets image widths to 100% by default… and all I had to do to fix it was also set image heights to 100% by default.