Go to file
Gabriel Arazas 93f062a331 PUBLISH: Implementing configurable Base16 schemes
In Hugo themes, anyway.
2020-11-12 11:53:34 +08:00
archetypes Update blog components 2020-11-06 19:44:15 +08:00
assets PUBLISH: Implementing configurable Base16 schemes 2020-11-12 11:53:34 +08:00
bin Update a bunch of stuff 2020-11-10 01:53:52 +08:00
content PUBLISH: Implementing configurable Base16 schemes 2020-11-12 11:53:34 +08:00
data PUBLISH: Implementing configurable Base16 schemes 2020-11-12 11:53:34 +08:00
layouts Update some more 2020-11-07 08:05:32 +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
.travis.yml Create a Nix shell for the project 2020-11-08 01:39:05 +08:00
config.toml PUBLISH: Implementing configurable Base16 schemes 2020-11-12 11:53:34 +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 Update a bunch of stuff 2020-11-10 01:53:52 +08:00
README.adoc Personalize the personal site 2020-11-07 06:16:12 +08:00
shell.nix Create a Nix shell for the project 2020-11-08 01:39:05 +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.