installing this blog
tl;dr:
how to install and build this blog
hello future tristan
brew install hugohugo serve- runs it in dev modehugo build- packages this to build
new content
use the helper, it’s easier
hugo new content content/posts/<my-new-thought>.mdhugo servethen read and find all the typos
it uses archetypes which are essentially templates
theme is prolly fine but you never know
- mkdir themes && cd themes
- $ git clone https://github.com/athul/archie.git
references
- archetypes: https://gohugo.io/content-management/archetypes/
- quick-start: https://gohugo.io/getting-started/quick-start/
- cloudflare x hugo: https://developers.cloudflare.com/pages/framework-guides/deploy-a-hugo-site/