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
|
|
|
|
|
|
|
[Emerald](https://github.com/KingFelix/emerald/) is the theme used by Revuo. It is a minimal and mobile-first blog theme for Jekyll.
|
2019-03-29 04:32:42 +00:00
|
|
|
|
|
|
|
## Setup & usage
|
|
|
|
|
2023-09-01 19:34:31 +00:00
|
|
|
To set up Revuo, you have to follow the steps below:
|
|
|
|
|
|
|
|
Install ruby from [here](https://www.ruby-lang.org/en/).
|
2019-03-29 04:32:42 +00:00
|
|
|
|
2023-09-01 08:55:31 +00:00
|
|
|
Now run the following commands:
|
2019-03-29 04:32:42 +00:00
|
|
|
|
2023-09-01 19:31:14 +00:00
|
|
|
`gem install bundler jekyll` | Installs jekyll and bundler.
|
2019-03-29 04:32:42 +00:00
|
|
|
|
2023-09-01 19:31:14 +00:00
|
|
|
`git clone https://github.com/rottenwheel/revuo-weekly` | Clone the repository.
|
2019-03-29 04:32:42 +00:00
|
|
|
|
2023-09-01 08:55:31 +00:00
|
|
|
`cd revuo-weekly`
|
2019-03-29 04:32:42 +00:00
|
|
|
|
2023-09-01 19:31:14 +00:00
|
|
|
`bundle exec jekyll serve` | Serve the website.
|
2019-03-29 04:32:42 +00:00
|
|
|
|
2023-09-01 19:31:14 +00:00
|
|
|
If you open your web browser at `http://127.0.0.1:4000/`, you should see Revuo up and running.
|
2019-03-29 04:32:42 +00:00
|
|
|
|
|
|
|
## License
|
2023-09-01 22:03:54 +00:00
|
|
|
Revuo Monero is released under [MIT License](license.md).
|