mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +00:00
![]() * The 'Moving into NixOS' post has been restructured. * The images folder is now referred to as the assets folder as it can contain other than images. (Why didn't I think about this before?) * 'bin/openring-create' is revamped. * Minor styling tweaks. * The Makefile has been updated to reflect the change of 'bin/openring-create'. |
||
---|---|---|
archetypes | ||
assets | ||
bin | ||
content | ||
data | ||
layouts | ||
static | ||
.gitignore | ||
.travis.yml | ||
config.toml | ||
go.mod | ||
go.sum | ||
Makefile | ||
README.adoc | ||
shell.nix |
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.