revuo-weekly/readme.md

27 lines
780 B
Markdown
Raw Normal View History

2023-09-01 13:31:14 -06:00
## Revuo Monero
Revuo Monero is a weekly newsletter where you can find find the most recent Monero news.
[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
2023-09-01 13:34:31 -06:00
To set up Revuo, you have to follow the steps below:
Install ruby from [here](https://www.ruby-lang.org/en/).
2023-09-01 02:55:31 -06:00
Now run the following commands:
2023-09-01 13:31:14 -06:00
`gem install bundler jekyll` | Installs jekyll and bundler.
2023-09-01 13:31:14 -06:00
`git clone https://github.com/rottenwheel/revuo-weekly` | Clone the repository.
2023-09-01 02:55:31 -06:00
`cd revuo-weekly`
2023-09-01 13:31:14 -06:00
`bundle exec jekyll serve` | Serve the website.
2023-09-01 13:31:14 -06:00
If you open your web browser at `http://127.0.0.1:4000/`, 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).