15 lines
464 B
TOML
15 lines
464 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "Hugo's Resume"
|
||
|
license = "MIT"
|
||
|
licenselink = "https://github.com/chebser/hugos-resume/blob/master/LICENSE"
|
||
|
description = "Hugo resume theme inspired by Jake's resume"
|
||
|
homepage = "https://github.com/chebser/hugos-resume/"
|
||
|
tags = [resume]
|
||
|
features = []
|
||
|
min_version = "0.41.0"
|
||
|
|
||
|
[author]
|
||
|
name = "Serghei Cebotari"
|
||
|
homepage = "https://cebotari.ru"
|