No description
_includes | ||
_layouts | ||
_posts | ||
_sass | ||
css | ||
font | ||
img | ||
js | ||
periodicals | ||
source | ||
support | ||
.gitignore | ||
404.md | ||
_config.yml | ||
atom.xml | ||
Gemfile | ||
Gemfile.lock | ||
index.html | ||
license.md | ||
readme.md |
Revuo Monero
Revuo Monero is a weekly newsletter where you can find find the most recent Monero news.
Emerald is the theme used by Revuo. It is a minimal and mobile-first blog theme for Jekyll.
Setup & usage
To setup emerald you have to follow the steps below:
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 repository.
cd revuo-weekly
bundle exec jekyll serve
| Serve the website.
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.