2023-01-07

Author: Meet

Wrote a blog post for golang command line arguments. Covered the os and the flag pacakges in a basic overview of how to parse a cli arguments and flags with go.

Started to look into django distil, a static site generator with django. Need to understand how it works and the pieces required to make a static site from a django app.