revuo-weekly/readme.md

27 lines
775 B
Markdown
Raw Normal View History

2023-09-01 19:31:14 +00: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 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/).
2023-09-01 08:55:31 +00:00
Now run the following commands:
2023-09-01 19:31:14 +00:00
`gem install bundler jekyll` | Installs jekyll and bundler.
2023-09-01 19:31:14 +00:00
`git clone https://github.com/rottenwheel/revuo-weekly` | Clone the repository.
2023-09-01 08:55:31 +00:00
`cd revuo-weekly`
2023-09-01 19:31:14 +00:00
`bundle exec jekyll serve` | Serve the website.
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.
## License
Emerald is released under [MIT License](license.md).