mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 16:12:16 +00:00
21 lines
387 B
TOML
21 lines
387 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "lhs"
|
|
license = "MIT"
|
|
description = "A theme for Leigh Hackspace"
|
|
homepage = "https://leighhack.org/"
|
|
tags = []
|
|
features = []
|
|
min_version = "0.41.0"
|
|
|
|
[author]
|
|
name = ""
|
|
homepage = ""
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
name = ""
|
|
homepage = ""
|
|
repo = ""
|