From cd0279d2787bbf265e12e309b8a61489c727bb2a Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 26 Oct 2024 19:51:38 -0400 Subject: create repo --- theme.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 theme.toml (limited to 'theme.toml') 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/' + -- cgit v1.2.3