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.

23 lines
669 B

## About
10 months ago
[Emerald](https://github.com/KingFelix/emerald/) is the theme used by revuo-xmr. It is a minimal and mobile-first blog theme for Jekyll.
## Setup & usage
10 months ago
To setup emerald you have to follow the steps bellow
10 months ago
Install ruby from [here](https://www.ruby-lang.org/en/)
10 months ago
Now run the following commands:
10 months ago
`gem install bundler jekyll` (installs jekyll and bundler)
10 months ago
`git clone https://github.com/rottenwheel/revuo-weekly` (clone the repo)
10 months ago
`cd revuo-weekly`
10 months ago
`bundle exec jekyll serve` (serve the website)
10 months ago
If you open your web-browser to `http://127.0.0.1:4000/` you should see revuo up and running.
## License
Emerald is released under [MIT License](license.md).