Static website - https://kylecapehart.com
- personal portfolio and blog posts
- built with Hugo: https://gohugo.io/
- uses Congo theme: https://github.com/jpanther/congo
- install hugo: https://gohugo.io/installation/
- create new post:
hugo new content posts/{title}/index.md
- run site:
hugo server
- run site with draft content:
hugo server -D
- build site:
hugo