Willa Magland

Improved code blocks (2025-02-27)

Gave code blocks a refresh for my new post.

code {
    background-color: black;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px;
    font-size: 20px;
}

pre code {
    padding: 15px;
    display: block;
    overflow-x: scroll;
    background-color: black;
    color: white;
    font-size:xx-large;
    font-size: 20px;
}

Improved homepage Recent Posts summaries (2025-02-27)

Explanatory post here.

Added dark mode! And changed up links (2025-02-26)

I finally got around to making a dark mode! You can toggle it by clicking my pfp. Also changed up how links look, I think it makes a big difference! Oh, also I gave the navigation bar fun animations.

a {
    text-decoration: underline;
    color: inherit;
    text-decoration-color: green;
    text-decoration-thickness: 2.5px;
}
a:hover {
    color: green;
}

Added sitemap (2025-01-30)

For search engines and people!

List changes (2024-11-15)

I made the post listings in /blog and /bookbug look much better. You know, I'm really starting to love the look of the site with these more recent changes.

Font changes (2024-11-13)

I finally accepted in my heart that the serif font was too difficult to read, so I switched it over to Atkinson's Hyperlegible.

Added dates to blog posts

Thought it would be nice to contextualize things. Also going through some of my older posts and deciding what I want up lol.

Added Cool Corners section to /about, Guestbook is back! (2024-10-03)

For buttons to other websites! Will pretty-ify later. Finally put the guestbook page back together!

Updated /about and /bookbug (2024-09-24)

Just some small changes to my bio. Will flesh it out later. Over on /bookbug I added the LibraryThing library widget, which I think is neat.

Migrated to 11ty (2024-08-30)

I got sick of Hugo! This started about a week ago when I started perusing the 11ty docs. Having started school I've felt that I needed my website to have more of a professional look. I started to replicate things on my local machine, and I actually really like 11ty. It has some quirks that I'm not crazy about (like having to write JS, the pain of getting Markdown footnotes to work), but I think that's just opportunity to grow.

Current Status ☕