gadolinium/theme.toml

22 lines
605 B
TOML
Raw Permalink Normal View History

2023-05-09 20:45:15 +00:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Gadolinium"
license = "MIT"
2023-05-10 11:27:41 +00:00
licenselink = "https://git.exozy.me/0xmrtt/gadolinium/src/branch/master/LICENSE"
2023-05-09 20:45:15 +00:00
description = ""
2023-05-10 11:27:41 +00:00
homepage = "https://git.exozy.me/0xmrtt/gadolinium"
2023-05-09 20:45:15 +00:00
tags = []
features = []
min_version = "0.41.0"
[author]
2023-05-10 11:27:41 +00:00
name = "0xMRTT"
homepage = "https://0xMRTT.exozy.me"
2023-05-09 20:45:15 +00:00
# If porting an existing theme
[original]
2023-05-10 12:03:42 +00:00
name = "os-component-website"
homepage = "https://jimmac.github.io/os-component-website/"
repo = "https://github.com/jimmac/os-component-website"