revuo-weekly/readme.md

26 lines
784 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:32:06 -06:00
To set up the latest Revuo, you have to follow the steps below:
2023-09-01 02:55:31 -06:00
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
Emerald is released under [MIT License](license.md).