blob: bf6fd7fe40406ab46b53b8ab3b528a562a89d1e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Simple"
license = "MIT"
licenselink = "https://github.com/mitjafelicijan/hugo-simple/blob/master/LICENSE"
description = "Simlistic theme"
homepage = "http://mitjafelicijan.com/"
tags = []
features = []
min_version = "0.41.0"
[author]
name = "Mitja Felicijan"
homepage = "https://mitjafelicijan.com"
|