initialed85's tech blog

This is the source for my tech blog; you can view it at initialed85.cc.

Technologies

Usage

If you're cloning this repo for the first time, ensure to clone the submodules:

git clone git@github.com:initialed85/initialed85.github.io.git --recurse-submodules

To make a new article:

hugo new posts/some-post-name.md 

To run Hugo for local article development:

hugo server --buildDrafts --disableFastRender