The articles
dir contains a list of articles, namely this one.
The templates
dir contains a handful of go templates that make up how to render the blog.
article.tmpl
is a template for an individual article (this page).index.tmpl
is the main blog overview.base.tmpl
is a collection of defined blocks
that are then re-used in index.tmpl
and article.tmpl
to create a cohesive look-and-feel.Finally, config.yaml
(which can also be TOML if desired) allows you to not have to continuously re-type all the flags to define things like your
--article-dir
, --template-dir
, or --out
.