A simple Hugo theme to scratch my own itch of having a barebones frontend for my blog. While it’s useable, it’s missing a lot of features (pagination, tooltips, thumbnails, proper configuration, etc) to be considered “production-ready”.
Heavily inspired from Drew DeVault’s blog and theme.
- Setting `disablereferrer` to `true` adds a `meta` tag to instruct the browser to not include the referer header in requests.
- Setting `language` to a string sets the language in <html lang=”“> for every page. Default value is `en`.
- `avataralt` sets the alt text for the avatar image on the sidebar.
- Setting `enableComments` to `true` adds an `<a href> at the end of every post which contains a `comments` param. The `comments` parameter must be a link. The description of the hyperlink by default is “Fediverse”, but can be changed by setting the `comments_description` parameter.