/canary

Simple and clean theme for Hugo

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Canary

A simple and clean theme for Hugo.

Features

  • Built for a mobile-first experience
  • Support for Chroma syntax highlighting
  • No reliance on external CDNs
  • No JavaScript

Example config.toml

theme = "canary"
title = "Interesting Blog"
enableRobotsTXT = true

[params]
lang = "en-GB"

[params.seo]
description = "A blog about interesting things."
tagline = "Blogs are useful!"
index = true

[params.links]
[params.links.github]
href = "https://github.com/john-smith"

[permalinks]
blog = "/post/:title/"