Skip to content

timsutton/macops.ca

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.