This repository contains the Hugo code used to genearte my website chrisfrome.com
- Clone this git reposit to obtain a local copy of the hugo code for site: see https://help.github.com/articles/cloning-a-repository/ for help with this
- install hugo
- run
hugoto build site to the public folder - run
hugo serverorhugo server -t "theme"to view changes locally atlocalhost:1313 - use
deploy.shto push code from public folder to github pages folder at https://github.com/cfrome77/cfrome77.github.io
The website is generated using the Hugo static site geneartor
- Chris Frome - linkedin.com/in/cfrome77
- The nix theme from LordMathis is used