Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 1.15 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.15 KB

CircleCI Image Docs CircleCI Build Status GitHub License CircleCI Community

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.

Run Locally

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/.