blob: a3c0e12d1fa736cf47affb3247cb254cbae169cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Blackbear"
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
description = "The Blackbear theme is a minimal theme for Hugo."
homepage = "https://github.com/zberwaldt/blackbear"
tags = ["website", "starter", "responsive", "blog"]
features = ["posts", "shortcodes", "related content"]
min_version = "0.92.2"
[author]
name = "Z"
homepage = "https://www.zachberwaldt.com"
|