revuo-weekly/readme.md

27 lines
966 B
Markdown
Raw Permalink Normal View History

2023-09-01 13:31:14 -06:00
## Revuo Monero
Revuo Monero is a weekly newsletter where you can find the most recent Monero news.
2023-09-01 13:31:14 -06:00
2024-07-03 11:17:16 -06:00
[Revuo XMR](https://github.com/rottenwheel/revuoxmrtheme) is the theme used by Revuo. It is a minimal and mobile-first blog theme, originally made for [Jekyll](https://github.com/KingFelix/emerald), ported to Hugo by [recanman](https://github.com/recanman).
## Setup & usage
2023-09-01 13:34:31 -06:00
To set up Revuo, you have to follow the steps below:
Install Go (using a package manager or from [here](https://go.dev/dl/)).
Install Hugo (using a package manager or from [here](https://gohugo.io/getting-started/installing/)).
2023-09-01 02:55:31 -06:00
Now run the following commands:
2024-07-02 16:20:29 -06:00
`git clone https://github.com/rottenwheel/revuo-weekly --recurse-submodules` | Clone the repository.
2023-09-01 02:55:31 -06:00
`cd revuo-weekly`
`hugo server` | Serve the website.
If you open your web browser at `http://127.0.0.1:1313/`, you should see Revuo up and running.
## License
2023-09-01 16:03:54 -06:00
Revuo Monero is released under [MIT License](license.md).