-
Golang Command Line Arguments
- Parse arguments from cmd
- Usage of os and flag pacakges
- Using references and value to parse arguments
-
Django Static Site Generator
- Looked into django distil
-
Pykll Jinja Templates
- Added tempaltes for feed and posts in pykyll ssg
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.