Blog

My personal blog, hosted on github pages.

Installation

This blog is generated using Hugo.

Installing on macOS:

brew install hugo

Start the server

Start the Hugo server:

./blog server

Draft or undraft, these are Hugo archetypes so the generation is straightforward using the following command:

./blog draft <draft-name>
./blog undraft <draft-name>

Publish with default message or with custom message:

./blog publish
./blog publish <commit-name>

GitHub