website-theme/theme.toml

17 lines
520 B
TOML
Raw Normal View History

2018-09-23 07:11:35 -04:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "pulp"
license = "MIT"
licenselink = "https://github.com/koirand/pulp/blob/master/LICENSE"
description = "Pulp is theme of Hugo framework for realize simple and readable blog."
homepage = "https://github.com/koirand/pulp/"
tags = ["minimal", "blog", "simple", "light", "personal"]
features = ["blog", "themes"]
min_version = "0.41"
[author]
name = "koirand"
homepage = "https://koirand.github.io"