16 lines
532 B
TOML
16 lines
532 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "Ezhil"
|
||
|
license = "MIT"
|
||
|
licenselink = "https://github.com/vividvilla/ezhil/blob/master/LICENSE.md"
|
||
|
description = "Clean and minimal personal blog and portfolio theme."
|
||
|
homepage = "https://github.com/vividvilla/ezhil"
|
||
|
tags = ["minimal", "clean", "blog", "responsive", "personal", "simple", "minimalist", "portfolio"]
|
||
|
features = []
|
||
|
min_version = "0.0.1"
|
||
|
|
||
|
[author]
|
||
|
name = "Vivek R"
|
||
|
homepage = "https://vivekr.net"
|