revuo-weekly/readme.md

23 lines
669 B
Markdown
Raw Normal View History

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