15 lines
No EOL
459 B
TOML
15 lines
No EOL
459 B
TOML
# theme.toml template for a Hugo theme
|
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
|
|
|
name = "Er"
|
|
license = "MIT"
|
|
licenselink = "https://github.com/lingxz/er/blob/master/LICENSE.md"
|
|
description = "A clean Hugo theme for blogging"
|
|
homepage = "http://github.com/lingxz/er"
|
|
tags = ["responsive", "white", "blog"]
|
|
features = ["responsive", "blog"]
|
|
min_version = "0.57.0"
|
|
|
|
[author]
|
|
name = "Lingyi Hu"
|
|
homepage = "https://theconfused.me" |