mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-09 14:59:45 +00:00
52eeea8f20
Hugo min_version: 0.26 -> 0.35
21 lines
755 B
TOML
21 lines
755 B
TOML
# 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"
|
|
description = "A super concise theme for Hugo"
|
|
homepage = "https://github.com/olOwOlo/hugo-theme-even"
|
|
tags = ["responsive", "blog", "simple", "clean", "highlight.js", "syntax highlighting"]
|
|
features = ["responsive", "blog", "simple", "clean", "highlight.js", "syntax highlighting"]
|
|
min_version = "0.35"
|
|
|
|
[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"
|