aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-01-30 22:16:34 -0500
committerZach Berwaldt <zberwaldt@tutamail.com>2023-01-30 22:16:34 -0500
commit0e39b5cd5bd26d408355e01d46c356d093befe1c (patch)
treee613c63b16897b0bd7c48c26abd985c4ebdd78ad /theme.toml
first commit
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"