diff options
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" | ||