revuo-weekly/readme.md
2023-09-01 11:55:31 +03:00

23 lines
669 B
Markdown

## About
[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
To setup emerald you have to follow the steps bellow
Install ruby from [here](https://www.ruby-lang.org/en/)
Now run the following commands:
`gem install bundler jekyll` (installs jekyll and bundler)
`git clone https://github.com/rottenwheel/revuo-weekly` (clone the repo)
`cd revuo-weekly`
`bundle exec jekyll serve` (serve the website)
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).