blob: 97565bcb2dae45ba583d0fdc96f4e5535764d54c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Puppet"
license = "MIT"
licenselink = "https://github.com/roninro/hugo-theme-puppet/blob/master/LICENSE"
description = ""
homepage = "https://github.com/roninro/hugo-theme-puppet"
# If you have a running demo of the theme.
demosite = ""
tags = ["blog", "simple", "clean"]
features = ["responsive", "blog", "simple", "search"]
min_version = "0.101.0"
[author]
name = "roninro"
homepage = "https://github.com/roninro"
# If porting an existing theme
[original]
name = ""
homepage = ""
repo = ""
|