This is the CMS for Eudoxys Sciences website.
To run this locally using gem, run the command
bundle exec jekyll serve --livereload
To install jekyll and build the website, run the commands
gem install jekyll bundler
bundle exec jekyll build
Note that if you change the file _config.yml, you must rebuild the website.