The primary goal of the blog is to practice writing about software development and my many other interests such as user experience design, graphic design, and developer experience design (IDE development, Type systems, project tracking and estimation, etc).
Posts are in /content/posts
- Install Hugo which compiles the website
- Setting up asset building
yarn
Building and serving hugo: hugo server -d public -w
Building assets: yarn start