This is the source for the Oriedita website at oriedita.github.io.
To run this website on your computer it is recommended to use Linux (or WSL on Windows), because of some native Ruby extensions.
If you want to run this website on your computer you need to install ruby
, ruby-dev
, ruby-bundler
and build-essential
and run the following commands in the current directory.
bundle install
bundle exec jekyll serve
The site is now available at localhost:4000.