Go to file
2020-11-07 06:16:12 +08:00
archetypes Update blog components 2020-11-06 19:44:15 +08:00
assets Personalize the personal site 2020-11-07 06:16:12 +08:00
bin Personalize the personal site 2020-11-07 06:16:12 +08:00
content Personalize the personal site 2020-11-07 06:16:12 +08:00
data Personalize the personal site 2020-11-07 06:16:12 +08:00
layouts Personalize the personal site 2020-11-07 06:16:12 +08:00
static Personalize the personal site 2020-11-07 06:16:12 +08:00
.gitignore Migrate from Jekyll to Hugo 2019-08-14 16:36:03 +08:00
.gitmodules Update 'Arch Terminal' theme to v2.1.0 2019-09-11 23:45:51 +08:00
.travis.yml Personalize the personal site 2020-11-07 06:16:12 +08:00
config.toml Personalize the personal site 2020-11-07 06:16:12 +08:00
go.mod Update dependencies and setup 2020-11-06 20:43:22 +08:00
go.sum Update dependencies and setup 2020-11-06 20:43:22 +08:00
Makefile Personalize the personal site 2020-11-07 06:16:12 +08:00
README.adoc Personalize the personal site 2020-11-07 06:16:12 +08:00

My blog featuring a fairly customized version of my More Contentful Hugo theme.

Getting started

Though, its obvious but then again, you may not remember how to do well in a year.

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.