convergencelabs / convergence-io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convergence.io website

This repository hosts the source for the convergence.io. The website is built using the jeykll static site generator. The site is ultimately packaged up into a docker container built using the supplied jenkinsfile.

Dependencies

  • jeykll >= 3.6.x
  • docker

Development Setup

  • Ensure development dependencies are installed for your platform.
  • bundle install
  • bundle exec jekyll serve
  • Open http://localhost:4000

Jekyll Build

If you just want to build the site run bundle exec jekyll build. The site will be generated into the _site directory.

Deployment

Simply delete the pod in the Production Kubernetes dashboard. It'll get recreated from the latest version in source control.

About


Languages

Language:HTML 45.8%Language:SCSS 32.5%Language:Less 9.5%Language:CSS 7.7%Language:JavaScript 3.4%Language:Ruby 0.6%Language:Dockerfile 0.3%Language:Shell 0.1%