Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 599 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 599 Bytes

pages-build-deployment

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.