Welcome visitor, you're probably wanting to find where this blog source code is rendered and readable at. Look at https://matthewkmayer.github.io/ to see all this nicely rendered in HTML.
Hugo site follows https://gohugo.io/overview/quickstart/ .
Live reload editing in the blag
directory: hugo server -w --theme=tale -v
. Open http://localhost:1313/blag/public/ .
Generate HTML in the blag
directory: hugo --theme=tale -v --baseURL=https://matthewkmayer.github.io/blag/public
. Commit and push, site is updated on merge to master
branch.