Blog, dashboard and quality check for the SNIK project.
See Testing your GitHub Pages site locally with Jekyll.
- Install git, Ruby, RubyGems and Bundler
git clone git@github.com:IMISE/snik-ontology.git --branch gh-pages snik-pages
bundle install
bundle exec jekyll serve --incremental
(or execute./run
)
Just git push
and GitHub Pages will automatically deploy it at https://imise.github.io/snik-ontology/ after a short while.