Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 920 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 920 Bytes

codecio.github.io_source

This repository contains the source to build and publish codecio.github.io

Test and build

Install project tooling:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install hugo
git clone --recurse-submodules https://github.com/codecio/codecio.github.io_source.git
cd codecio.github.io_source.git

Draft new content and posts and preview locally. Once happy commit and let the pipeline handle the deployment.

hugo server -D

Acknowledgements