Hello.

This repo is for my blog. You can check it our here

Notes for me

This project uses the Hugo framework for building static pages out of templates, and Husky to auto-build on commit.

Initialization

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

Creating new posts

For new regular posts:

yarn new "<name_of_post"

For new code diary entries:

yarn code-diary "<name_of_code_diary>"