aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..a3c0e12
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,14 @@
1# theme.toml template for a Hugo theme
2# See https://github.com/gohugoio/hugoThemes#themetoml for an example
3
4name = "Blackbear"
5licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
6description = "The Blackbear theme is a minimal theme for Hugo."
7homepage = "https://github.com/zberwaldt/blackbear"
8tags = ["website", "starter", "responsive", "blog"]
9features = ["posts", "shortcodes", "related content"]
10min_version = "0.92.2"
11
12[author]
13 name = "Z"
14 homepage = "https://www.zachberwaldt.com"