From 1ac073cc30a23b68371e819c77422b4906dd4f20 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 20 Dec 2022 20:33:57 +0100 Subject: Move to bare theme. --- themes/bare/theme.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 themes/bare/theme.toml (limited to 'themes/bare/theme.toml') diff --git a/themes/bare/theme.toml b/themes/bare/theme.toml new file mode 100755 index 0000000..bf6fd7f --- /dev/null +++ b/themes/bare/theme.toml @@ -0,0 +1,16 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example + +name = "Simple" +license = "MIT" +licenselink = "https://github.com/mitjafelicijan/hugo-simple/blob/master/LICENSE" +description = "Simlistic theme" +homepage = "http://mitjafelicijan.com/" +tags = [] +features = [] +min_version = "0.41.0" + +[author] + name = "Mitja Felicijan" + homepage = "https://mitjafelicijan.com" + -- cgit v1.2.3