This repository will act as a place to host the helioviewer project blog and wiki. It will contain all data currently available on the helioviewer blog and helioviewer wiki
Static site generation is done with Jekyll The intial repository is a fork of jekyll-now
Test locally using docker.
docker build . -t hv-jekyll
docker run --rm -p 127.0.0.1:4000:4000 -v $PWD:/site -t hv-jekyll serve