/mbnog.ca

the Manitoba Network Operator Group website (in Jekyll!!!)

Primary LanguageHTMLMIT LicenseMIT

MBNOG.ca website in jekyll

to work on the site

  • fork the repo and make a branch for what you would like to commit
  • make your changes to that branch
  • use Github to make a pull request for your branch

to build the site locally

bundle install --path vendor/bundle # only needed first time or after gem changes
bundle exec jekyll build

the site will then be in the _site directory.