22 lines
498 B
TOML
22 lines
498 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "Simple Goeland"
|
|
license = "MIT"
|
|
licenselink = "https://forge.goe.land/eorn/simple-goeland/src/branch/master/LICENSE"
|
|
description = ""
|
|
homepage = "http://forge.goe.land/eorn/simple-goeland"
|
|
tags = []
|
|
features = []
|
|
min_version = "0.58"
|
|
|
|
[author]
|
|
name = "Eorn"
|
|
homepage = "https://blog.goe.land"
|
|
|
|
# If porting an existing theme
|
|
[original]
|
|
name = ""
|
|
homepage = ""
|
|
repo = ""
|