669 B
669 B
About
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
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.