This is the source repository for CircleCI Image Docs, a static website generated by Hugo. Instructions for building the website locally are below, but a staging/testing version can be found here.
You can run this website locally by cloning this repo and serving it with Hugo. If you don't already have Hugo installed, visit Hugo Docs and follow the Hugo Install Instructions.
git clone git@github.com:CircleCI-Public/cimg-docs.git
cd cimg-docs
hugo -s src serve
You'll then be able to view the site in your browser at http://localhost:1313/
.