hugo-theme-even/theme.toml

22 lines
757 B
TOML
Raw Normal View History

2017-08-27 14:38:42 +00:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Even"
license = "MIT"
licenselink = "https://github.com/olOwOlo/hugo-theme-even/blob/master/LICENSE.md"
2017-08-31 15:14:25 +00:00
description = "A super concise theme for Hugo"
homepage = "https://github.com/olOwOlo/hugo-theme-even"
2017-08-27 14:38:42 +00:00
tags = ["responsive", "blog", "simple", "clean", "highlight.js", "syntax highlighting"]
features = ["responsive", "blog", "simple", "clean", "highlight.js", "syntax highlighting"]
2020-04-14 16:17:42 +00:00
min_version = "0.60.0"
2017-08-27 14:38:42 +00:00
[author]
name = "olOwOlo"
homepage = "https://github.com/olOwOlo"
# If porting an existing theme
[original]
name = "hexo-theme-even"
homepage = "http://www.ahonn.me/"
repo = "https://github.com/ahonn/hexo-theme-even"