mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 04:58:26 +00:00
archetypes | ||
assets | ||
bin | ||
content | ||
data | ||
layouts | ||
static | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
config.toml | ||
go.mod | ||
go.sum | ||
Makefile | ||
README.adoc |
My blog featuring a fairly customized version of my More Contentful Hugo theme.
Getting started
Though, it’s 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 that’s pretty cool.
To create a post, simply make with hugo new --kind post $PATH_REL_TO_CONTENT_DIR
and you’re on your merry way.