Open source software for an API-driven observatory
This is a Jekyll project hosted on GitHub pages. Follow the instructions here for local development. The web page is deployed on any push to master.
- Make sure ruby is installed on your system (may need ruby-devel as well)
- Install gems:
gem install jekyll bundler bulma-clean-theme
- Add the gems to bundler:
bundle init; bundle add jekyll bulma-clean-theme
(may need to add as root, and addjekyll-feed
as well) - Comment out the
remote_theme:
line in_config.yml
and add this line instead:theme: bulma-clean-theme
. This change is only for local development, make sure to change it back before committing! - Run
bundle exec jekyll serve --livereload
to start up a local version of the site.