SandpointsTheme/theme.toml

18 lines
611 B
TOML
Raw Permalink Normal View History

2020-11-29 01:28:30 +01:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Sandpoints"
2020-12-02 01:50:13 +01:00
license = "GPL 3"
2020-11-29 01:28:30 +01:00
licenselink = "https://www.gnu.org/licenses/gpl-3.0.en.html"
2020-12-02 01:50:13 +01:00
description = "Sandpoints Theme"
2024-11-05 16:56:48 +01:00
homepage = "https://dev.sandpoints.org/Drawwell/Sandpoints"
2020-11-29 01:28:30 +01:00
tags = ["syllabus"]
features = []
2020-12-14 04:02:44 +01:00
min_version = "0.79.0"
2020-11-29 01:28:30 +01:00
2020-12-14 04:02:44 +01:00
authors = [
2024-11-05 16:56:48 +01:00
{name = "Marcell Mars", homepage = "https://dev.sandpoints.org/Drawwell"},
{name = "Sean Dockray", homepage = "https://dev.sandpoints.org/Drawwell"},
2020-12-14 04:02:44 +01:00
{name = "Vincent W.J. van Gerven Oei", homepage = "http://www.vangervenoei.com"}
]