2023-09-01 19:31:14 +00:00
## Revuo Monero
2023-10-07 00:00:36 +00:00
Revuo Monero is a weekly newsletter where you can find the most recent Monero news.
2023-09-01 19:31:14 +00:00
2024-07-02 15:24:49 -07:00
[Emerald ](https://github.com/rottenwheel/revuoxmrtheme ) is the theme used by Revuo. It is a minimal and mobile-first blog theme, originally for Jekyll, ported to Hugo by [recanman ](https://github.com/recanman ).
2019-03-28 22:32:42 -06:00
## Setup & usage
2023-09-01 19:34:31 +00:00
To set up Revuo, you have to follow the steps below:
2024-07-02 15:12:18 -07:00
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/ )).
2019-03-28 22:32:42 -06:00
2023-09-01 11:55:31 +03:00
Now run the following commands:
2019-03-28 22:32:42 -06:00
2024-07-02 15:20:29 -07:00
`git clone https://github.com/rottenwheel/revuo-weekly --recurse-submodules` | Clone the repository.
2019-03-28 22:32:42 -06:00
2023-09-01 11:55:31 +03:00
`cd revuo-weekly`
2019-03-28 22:32:42 -06:00
2024-07-02 15:12:18 -07:00
`hugo server` | Serve the website.
2019-03-28 22:32:42 -06:00
2024-07-02 15:12:18 -07:00
If you open your web browser at `http://127.0.0.1:1313/` , you should see Revuo up and running.
2019-03-28 22:32:42 -06:00
## License
2023-09-01 22:03:54 +00:00
Revuo Monero is released under [MIT License ](license.md ).