Blog Comments via Mastodon

As part of moving from Twitter to Mastodon I decided to add comments to the blog using Fediverse posts. Fortunately, Carl Schwan showed how he does it on his blog here. Here are the exact tweaks to his post I did to get it working with the papermod theme I’m using on this blog. ...

April 5, 2023 · 8 min · 1551 words · Me

Fix Congo Backticks

I considered a switch to the Congo theme for Hugo. The one thing I didn’t like in it was the way it handles inline backticks - it displays them, in addition to formatting the enclosed text as code. To fix it, create assets/css/custom.css with the following contents: .prose code::before { content: '' } .prose code::after { content: '' }

November 14, 2022 · 1 min · 59 words · Me