athena

A clean and readable Hugo theme.

Getting Started

Clone the theme into themes/athena:

git clone https://github.com/mtn/athena-hugo-theme.git themes/athena

Then, you can view a live-reloading server with hugo server -w.

Configuration

There aren't a ton of configuration options. This config.toml roughly summarizes configuration. If you want to add something, feel free to make proposals and/or pull requests.

baseURL = "http://example.org/"
languageCode = "en-us"
title = "Athena Hugo Theme"
theme = "athena"

[params]
description = "a-description"
dateform = "Jan 2, 2006"
disable_next_prev = true
github_repo = "your-repo"
github_username = "your-username"

Final Notes

Credit for the design goes to broccolini. I really liked this theme, and wanted to bring it to a broader audience :)

This was hacked together rather quickly, so there might be issues!

GitHub