Skip to content

timsutton/macops.ca

Repository files navigation

macops.ca

Source for macops.ca. Built with Hugo and a modified Kiko theme. Kiko theme content is licensed MIT.

Dependencies

Install the latest Hugo and Pygments. Hugo just needs pygmentize to be available in the current path.

Running

Just build it with hugo:

hugo

Or preview it locally:

hugo server

Deploying

Deploying this to my webhost using rsync on Travis CI. Deploy manually using scripts/deploy.sh.