forked from roninro/hugo-theme-puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.toml
23 lines (19 loc) · 742 Bytes
/
theme.toml
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"