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

CircleCI-Archived/cimg-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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