forked from xianmin/hugo-theme-jane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.toml
21 lines (18 loc) · 758 Bytes
/
theme.toml
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 = "Jane"
license = "MIT"
licenselink = "https://github.com/xianmin/hugo-theme-jane/blob/master/LICENSE.md"
description = "A readable theme for Hugo"
homepage = "https://github.com/xianmin/hugo-theme-jane"
tags = ["responsive", "blog", "simple", "clean", "readable", "highlight", "multilingual"]
features = ["responsive", "blog", "simple", "clean", "highlight", "multilingual"]
min_version = "0.45"
[author]
name = "xianmin"
homepage = "http://xianmin.org"
# If porting an existing theme
[original]
name = "hugo-theme-even"
homepage = "https://github.com/olOwOlo/hugo-theme-even"
repo = "https://github.com/olOwOlo/hugo-theme-even"