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