aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
blob: 90ce485269b2e6e75b1c3f815afe0ec5af4dd84d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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"