diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-01-30 22:16:34 -0500 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-01-30 22:16:34 -0500 |
commit | 0e39b5cd5bd26d408355e01d46c356d093befe1c (patch) | |
tree | e613c63b16897b0bd7c48c26abd985c4ebdd78ad /theme.toml |
first commit
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 14 |
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 | |||
4 | name = "Blackbear" | ||
5 | licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" | ||
6 | description = "The Blackbear theme is a minimal theme for Hugo." | ||
7 | homepage = "https://github.com/zberwaldt/blackbear" | ||
8 | tags = ["website", "starter", "responsive", "blog"] | ||
9 | features = ["posts", "shortcodes", "related content"] | ||
10 | min_version = "0.92.2" | ||
11 | |||
12 | [author] | ||
13 | name = "Z" | ||
14 | homepage = "https://www.zachberwaldt.com" | ||