summaryrefslogtreecommitdiff
path: root/theme.toml
blob: 52f0755bfc2933b7e27f1441476c6ce672a06beb (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
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example

name = "Puppet"
license = "Apache"
licenselink = "https://github.com/roninro/hugo-theme-puppet/blob/master/LICENSE"
description = "a simple and clean theme for Hugo"
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", "Responsive", "Light"]
features = ["responsive", "comments", "sidebar", "search"]
min_version = "0.101.0"

[author]
  name = "roninro"
  homepage = "https://github.com/roninro"

# If porting an existing theme
[original]
  name = "huxblog"
  homepage = "https://github.com/Huxpro/huxpro.github.io"