Updates

I'll post updates that I have to my website here. Basically a change log.

To see what this is all about, check out the about page.

  • 2022/5/6
      • Migrated ethanh.tk to ethanh.qupg.org
      • Changed color scheme a while ago, also applied to other sites.
  • 2021/12/26
      • The footer code was reworked to ensure objects wouldn't overlap it.
  • 2021/11/18
    • Sitewide
      • The domain has been updated to one that I own instead of a free one. (Now qupg.org instead of qupg.tk)
        • I'm thinking of migrating my personal site to a subdomain of this one, but we'll see.
    • Local
      • I've gotten time to start working on this site again, school was a pain.
  • 2021/8/17
    • Siteside
      • Aligned "bullet points" on this page much better than previously.
    • Local
      • I've finally gotten to my new house with some of the computers set up. The one I'm using for development is working, so I'll be able to get programming again.
      • Installed a couple of extensions (VisBug and Amino) to help quicken my css development.
  • 2021/6/23
    • Local
      • Moving houses has been preventing me from updating anything, hopefully going to have a setup soon.
  • 2021/6/3
    • Siteside
      • Moved the css of the updates page into the html instead of through a Jekyll include.
      • Changed the directory location of the images and icons.
  • 2021/6/2
    • Siteside
      • Lol, okay. So I had been using header completely wrong before, so that's fixed and it's all been correctly replaced by <h1> tags.
  • 2021/5/24
    • Local
      • Stupidly old PC is now a slightly less old PC. Things should be faster now.
  • 2021/5/18
    • Siteside
      • Shortened favicon names, the prefix "qupg" was unnecessary
    • Local
      • Added custom snippet for faster Jekyll include syntax
      • Moved Jekyll title to page fontmatter
        • Title was previously set as a variable in the include line, header.html now just takes the fontmatter title variable
  • 2021/5/14
    • Siteside
      • Added icons to this changelog. Alignment is a little off, but I can't figure out how to fix that quite yet
      • Added Jekyll include abbreviations for sitewide footer
    • Local
      • Finished installing Jekyll, Bundler, Ruby, and building locally works fine
        • Site work will be a lot easier now
      • Update: Retried "installing" Jekyll onto local and copied Gemfile generated, then reverted and pasted contents, to help ensure compatibility. Building is slower, but a good sacrifice to be made I guess.
      • Added Jekyll Github Token to get rid of some error message, don't know what it actually does though
  • 2021/5/13
    • Siteside
      • Added Jekyll include abbreviations for sitewide header and navigation
      • Added updates page (older stuff will just not be documented here)
    • Local
      • Started installing Jekyll to allow for local website building and testing before pushing to repo
        • The previous VS Code extension was fine until I decided to put include tags to simplify coding