Skip to content

snikproject/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNIK Technical Blog

Blog, dashboard and quality check for the SNIK project.

Local Development

See Testing your GitHub Pages site locally with Jekyll.

  1. Install git, Ruby, RubyGems and Bundler
  2. git clone git@github.com:IMISE/snik-ontology.git --branch gh-pages snik-pages
  3. bundle install
  4. bundle exec jekyll serve --incremental (or execute ./run)

Deployment

Just git push and GitHub Pages will automatically deploy it at https://imise.github.io/snik-ontology/ after a short while.