No description
Find a file
Kumi 381922076f
fix: ensure default image for og and twitter cards
Updated the HTML partial to use a default image when `.Params.image` is undefined, improving robustness of Open Graph and Twitter card metadata. This ensures consistent presentation of content across social media, preventing missing image issues when a custom image is not provided.
2024-11-09 16:02:35 +01:00
archetypes feat: migrate theme 2024-08-31 21:33:20 -07:00
assets/css feat: implement footer 2024-09-05 21:49:32 -07:00
layouts fix: ensure default image for og and twitter cards 2024-11-09 16:02:35 +01:00
COPYING feat: migrate theme 2024-08-31 21:33:20 -07:00
COPYING.AGPLv3 feat: migrate theme 2024-08-31 21:33:20 -07:00
NOTICE feat: migrate theme 2024-08-31 21:33:20 -07:00
README.md feat: migrate theme 2024-08-31 21:33:20 -07:00
theme.toml feat: migrate theme 2024-08-31 21:33:20 -07:00

Rottenwheel Blog Theme

The Rottenwheel Blog theme is a customized theme for rottenwheel's blog.

Setup & usage

Make sure you have Go and Hugo installed. If not, follow the instructions on the Hugo website.

To use the Revuo XMR theme, clone the repository as a submodule and add it to your Hugo site:

git submodule add https://github.com/rottenwheel/rottentheme.git themes/rottentheme

Then, add the theme to your site's configuration file:

theme = "rottentheme"

Customization

Currently, there is no configuration file for the theme.

License

The original rottentheme is released under GNU General Public License v3.0. See COPYING for more information.

Further contributions are licensed under the GNU Affero General Public License v3.0. See COPYING.AGPLv3 for more information.