Three Years of Updates

At least I know who I was when I got up this morning, but I think I must have been changed several times since then.

A lot can change in three years! A lot of updates had to be made before I could even make a new post here.

  • Reinstalled Xcode Command Line Tools.
    I deleted Xcode cause I didn’t know I was using it?? Hugo (via Homebrew) depends on it.

  • Reinstalled Hugo.
    It disappeared..

  • Updated Hugo config + content.
    Fixed deprecated .Site.* references and removed duplicate front-matter keys. Even the way the posts are written changed in 3 years.

  • Installed Dart Sass.
    Required because Anatole now compiles SCSS via Hugo Pipes. I don’t even know what this is really haha

  • Fixed theme integration.
    Anatole is SCSS-based now; there is no static anatole.css.

  • Added a proper custom CSS override.
    Created assets/css/custom.css. Had to redo my css file to play nicely with the updated theme.
    Overrode the theme’s head.html (via layouts/partials/head.html) to load it.
    Mapped old CSS to new Anatole selectors.
    Restored post image behavior.

  • Troubleshoot my github- new token

  • Change Hugo version in Netlify