blob: 8dc86cd455ee6875c981c046953f9aba30927d60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.60.0"
[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"
|