blob: e534a9be4eec623afbaa17e3f8bcb53bcda3b1e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
# https://gohugo.io/variables/site/
name = "Huey"
license = "MIT"
licenselink = "https://github.com/alloydwhitlock/huey/blob/master/LICENSE"
description = "Huey is a minimal theme which uses the Bulma CSS framework"
homepage = "https://www.adamwhitlock.com/"
tags = ["blog", "personal", "light", "minimal"]
features = []
min_version = "0.80.0" # Only tested with Hugo 0.80.0
[author]
name = "Adam Whitlock"
homepage = "https://www.adamwhitlock.com"
|