hugo-theme-apache2/theme.toml

15 lines
483 B
TOML
Raw Normal View History

2020-07-22 17:44:39 +02:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Apache2"
license = "MIT"
2021-01-15 23:24:52 +01:00
licenselink = "https://git.fanyx.xyz/fanyx/hugo-theme-apache2/blob/master/LICENSE"
description = "A simple theme based on the HTTPD default site and css."
homepage = "https://git.fanyx.xyz/fanyx/hugo-theme-apache2/"
tags = ["apache2", "httpd"]
2020-07-22 17:44:39 +02:00
features = []
min_version = "0.41.0"
[author]
2021-01-15 23:24:52 +01:00
name = "fanyx"
homepage = "https://fanyx.xyz"