Hello.
This repo is for my blog. You can check it our here
This project uses the Hugo framework for building static pages out of templates, and Husky to auto-build on commit.
This project uses my custom version of the terminal theme, included as a submodule. You can pull its contents with:
git submodule update --init --recursive
You will also need to install Node dependencies:
yarn
For new regular posts:
yarn new "<name_of_post"
For new code diary entries:
yarn code-diary "<name_of_code_diary>"