summaryrefslogtreecommitdiff
path: root/theme.toml
blob: d208216123ef8ba691523159518e89c6f487f1ba (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 = "https://hugo-theme-puppet.netlify.app/"

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 = ""