website/README.adoc
2020-11-05 12:34:37 +08:00

536 B
Raw Blame History

My blog.

Getting started

Though, its obvious but hey.

Prerequisites

Setting up

git clone $GIT_REPO
hugo mod get -u
hugo serve

The theme is a modified version of a modified version of a theme so thats pretty cool.

To create a post, simply make with hugo new --kind post $PATH_REL_TO_CONTENT_DIR and youre on your merry way.