Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 830 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 830 Bytes

blog

Build Status

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

Contributing

  1. Install Hugo which compiles the website
  2. Setting up asset building yarn

Building and serving hugo: hugo server -d public -w Building assets: yarn start