Go to file
2020-11-05 12:34:37 +08:00
archetypes Update the blog to use my newest theme 2020-11-05 12:34:37 +08:00
assets/scss Update the blog to use my newest theme 2020-11-05 12:34:37 +08:00
content UPDATE: What is effective documentation 2019-09-30 01:37:56 +08:00
data/more-contentful Update the blog to use my newest theme 2020-11-05 12:34:37 +08:00
layouts Update the blog to use my newest theme 2020-11-05 12:34:37 +08:00
static Delete already existing static files from the theme 2019-09-03 14:06:09 +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 config 2019-09-11 23:47:32 +08:00
config.toml Update the blog to use my newest theme 2020-11-05 12:34:37 +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.