installing this blog

Posted on Jul 8, 2025
tl;dr: how to install and build this blog

hello future tristan

  1. brew install hugo
  2. hugo serve - runs it in dev mode
  3. hugo build - packages this to build

new content

use the helper, it’s easier

  1. hugo new content content/posts/<my-new-thought>.md
  2. hugo serve then read and find all the typos

it uses archetypes which are essentially templates

theme is prolly fine but you never know

  1. mkdir themes && cd themes
  2. $ git clone https://github.com/athul/archie.git

references