diff options
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..7fc7017 --- /dev/null +++ b/theme.toml @@ -0,0 +1,20 @@ +name = 'Portes' +license = 'GPL' +licenselink = 'https://www.gnu.org/licenses/gpl-3.0.en.html' +description = 'Simple theme for a lightweight small business site' + +# The home page of the theme, where the source can be found +homepage = 'https://github.com/owner/repo' + +# If you have a running demo of the theme +demosite = 'https://owner.github.io/repo' + +# Taxonomy terms +tags = ['company'] +features = ['lightweight', 'simple',] + +# If the theme has a single author +[author] + name = 'Brandon Kocher' + homepage = 'https://btkoch.xyz/' + |