This is the source code for my website kencochrane.net and kencochrane.com, it uses Hugo to build the site, and is deployed via github webhook to netlify.
$ hugo server Go to http://localhost:1313/ in browser
- make commit to master
- push to github
- github webhook will notify netlify
- netlify will build and update site.
create a new file in content/post
, add metadata to the top of the page. Write post. preview with local build, if it looks good, commit and push to github to release.