Go to file
2020-11-07 00:16:16 +08:00
archetypes Update blog components 2020-11-06 19:44:15 +08:00
assets/scss Update blog components 2020-11-06 19:44:15 +08:00
content Merge the blog and the main website 2020-11-07 00:16:16 +08:00
data/more-contentful Update blog components 2020-11-06 19:44:15 +08:00
layouts Merge the blog and the main website 2020-11-07 00:16:16 +08:00
static Merge the blog and the main website 2020-11-07 00:16:16 +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 Update dependencies and setup 2020-11-06 20:43:22 +08:00
config.toml Merge the blog and the main website 2020-11-07 00:16:16 +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
README.adoc Update the blog to use my newest theme 2020-11-05 12:34:37 +08:00

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.