You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
775 B

9 months ago
## Revuo Monero
Revuo Monero is a weekly newsletter where you can find the most recent Monero news.
9 months ago
[Emerald](https://github.com/KingFelix/emerald/) is the theme used by Revuo. It is a minimal and mobile-first blog theme for Jekyll.
## Setup & usage
9 months ago
To set up Revuo, you have to follow the steps below:
Install ruby from [here](https://www.ruby-lang.org/en/).
9 months ago
Now run the following commands:
9 months ago
`gem install bundler jekyll` | Installs jekyll and bundler.
9 months ago
`git clone https://github.com/rottenwheel/revuo-weekly` | Clone the repository.
9 months ago
`cd revuo-weekly`
9 months ago
`bundle exec jekyll serve` | Serve the website.
9 months ago
If you open your web browser at `http://127.0.0.1:4000/`, you should see Revuo up and running.
## License
9 months ago
Revuo Monero is released under [MIT License](license.md).