Revuo Monero Hugo/Markdown theme.
Find a file
Kumi f6db3448bd
fix: correct assignment of table_date variable
Simplified the assignment of the 'table_date' variable to ensure clearer readability and consistency across the price performance shortcodes. This change helps avoid potential reassignments within the same scope, ensuring the correct date is consistently used for display.
2024-07-23 10:37:12 +02:00
archetypes feat: update markdown headers and links 2024-07-23 10:10:38 +02:00
assets feat: migrate theme from jekyll 2024-07-02 15:03:13 -07:00
font feat: migrate theme from jekyll 2024-07-02 15:03:13 -07:00
layouts fix: correct assignment of table_date variable 2024-07-23 10:37:12 +02:00
config.toml.example docs: add readme and example config 2024-07-02 15:08:59 -07:00
LICENSE Initial commit 2024-07-02 19:24:54 +00:00
README.md update: rephrase some things in readme 2024-07-03 17:18:28 +00:00
theme.toml feat: migrate theme from jekyll 2024-07-02 15:03:13 -07:00

Revuo XMR Theme

The Revuo XMR theme is a customized theme for the Revuo Monero newsletter.

Emerald is the theme used by Revuo. It is a minimal and mobile-first blog theme, originally made for Jekyll, ported to Hugo by recanman.

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/revuoxmrtheme.git themes/revuo-xmr

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

theme = "revuo-xmr"

Customization

Please see config.toml.example for an example configuration file. You can copy this file to your site's root directory and rename it to config.toml.

License

Revuo Monero is released under GNU Affero General Public License v3.0. See LICENSE for more information.