diff --git a/content/blog/2024-09-12-01-hey-cohost.md b/content/blog/2024-09-12-01-hey-cohost.md index 0bf1145..2ff9bd3 100644 --- a/content/blog/2024-09-12-01-hey-cohost.md +++ b/content/blog/2024-09-12-01-hey-cohost.md @@ -2,8 +2,8 @@ title: Hey Cohost date: 2024-09-12 tags: - - hey cohost - + - hey-cohost + - my-blog --- Holy shit I'm doing this. I'm... "blogging." diff --git a/content/blog/2024-09-12-02-chost.md b/content/blog/2024-09-12-02-chost.md index d79a04a..14bee71 100644 --- a/content/blog/2024-09-12-02-chost.md +++ b/content/blog/2024-09-12-02-chost.md @@ -3,9 +3,8 @@ title: Chost date: 2024-09-12 tags: - chost - --- -I put the cracker down first, then the cheese, then the hams. +I put the cracker down first, then the cheese, then the ham. that's my hors d'oeuvre operations. \ No newline at end of file diff --git a/content/blog/2024-09-13-01-request-for-comments.md b/content/blog/2024-09-13-01-request-for-comments.md index 0952867..f19e6d7 100644 --- a/content/blog/2024-09-13-01-request-for-comments.md +++ b/content/blog/2024-09-13-01-request-for-comments.md @@ -3,7 +3,7 @@ title: Request For Comments date: 2024-09-12 tags: - question - + - my-blog --- Does anyone have suggestions for comment boxes? I want something similar to [commentbox.io](https://commentbox.io/) but without anonymous comments (and I think $20/mo for that privilege alone is a little steep). I'm willing to self-host [schnack](https://schnack.cool/) but I was hoping for something I can recommend to other people without them having to self-host it. diff --git a/public/css/index.css b/public/css/index.css index d7f9c7b..63f77c5 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -267,3 +267,10 @@ a[href].header-anchor:focus, h2 + .header-anchor { font-size: 1.5em; } + +img { + max-width: 100%; + max-height: 100%; + width: auto; + height: auto; +}