mirror of
https://github.com/rottenwheel/revuoxmrtheme.git
synced 2024-11-16 17:17:34 +00:00
Revuo Monero Hugo/Markdown theme.
b86ff14829
Added anchor tags to markdown headers for improved navigation. Renamed 'Donate' section to 'Support' to better reflect its content. Updated support and volunteer shortcodes to include IDs for better link targets. Improves user experience by making links directly to specific sections work. |
||
---|---|---|
archetypes | ||
assets | ||
font | ||
layouts | ||
config.toml.example | ||
LICENSE | ||
README.md | ||
theme.toml |
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.