Heather

A Hyperminimal J̶e̶k̶y̶l̶l̶ Hugo Theme

Go Template Primer

Hugo uses the excellent Go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks, you will find a lot of similarities in Go templates. This document is a brief primer on using Go templates.

Read More »

README

Heather for Hugo A Hyperminimal J̶e̶k̶y̶l̶l̶ Hugo Theme http://hbpasti.github.io/heather-hugo/ About Heather Heather is hyperminimal theme for Jekyll created by Brent Jackson (jxnblk). About J̶e̶k̶y̶l̶l̶ Hugo Hugo is a (very) fast static site generator written in Go. Get Started Once you have Hugo set up, create your blog with hugo new and then add the heather-hugo theme to the themes directory. You can just download and extract it there or add it as a submodule with: git submodule add https://github.com/hbpasti/heather-hugo themes/heather-hugo Then edit your blog’s config file to use heather-hugo theme: config.toml theme = "heather-hugo" config.yaml theme: "heather-hugo" A sample YAML config file would look like this: title: "Heather" baseurl: "http://localhost:1313" languageCode: en-us theme: heather-hugo permalinks: post: /:year/:month/:title/ params: description: A Hyperminimal J̶e̶k̶y̶l̶l̶ Hugo Theme author: name: "Hbpasti" email: "your@email.com" ...

Read More »

Meet Heather

Heather is a hyperminimal theme for Jekyll, featuring type set in Merriweather at a comfortable reading size across many devices. Heather is great for a simple blog, or as a starting point for creating your own Jekyll theme. Get started with Heather on Github: http://github.com/jxnblk/Heather

Read More »