From 0e39b5cd5bd26d408355e01d46c356d093befe1c Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Mon, 30 Jan 2023 22:16:34 -0500 Subject: first commit --- theme.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 theme.toml (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..a3c0e12 --- /dev/null +++ b/theme.toml @@ -0,0 +1,14 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example + +name = "Blackbear" +licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" +description = "The Blackbear theme is a minimal theme for Hugo." +homepage = "https://github.com/zberwaldt/blackbear" +tags = ["website", "starter", "responsive", "blog"] +features = ["posts", "shortcodes", "related content"] +min_version = "0.92.2" + +[author] + name = "Z" + homepage = "https://www.zachberwaldt.com" -- cgit v1.1