Source for macops.ca. Built with Hugo and a modified Kiko theme. Kiko theme content is licensed MIT.
Install the latest Hugo and Pygments. Hugo just needs pygmentize
to be available in the current path.
Just build it with hugo
:
hugo
Or preview it locally:
hugo server
Deploying this to my webhost using rsync
on Travis CI. Deploy manually using scripts/deploy.sh
.