aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml42
1 files changed, 23 insertions, 19 deletions
diff --git a/theme.toml b/theme.toml
index 066e67a..602a351 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,25 +1,29 @@
-# theme.toml template for a Hugo theme
-# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-
-name = "Hugo Bear Blog"
+name = "Bear Cub"
license = "MIT"
-licenselink = "https://github.com/janraasch/hugo-bearblog/blob/master/LICENSE"
-description = "A Hugo theme based on »Bear Blog«. Free, no-nonsense, super-fast blogging. »Bear Blog« now includes a dark color scheme to support dark mode!"
-homepage = "https://github.com/janraasch/hugo-bearblog"
-demosite = "https://janraasch.github.io/hugo-bearblog/"
-tags = ["blog", "responsive", "minimal", "seo", "clean", "simple", "light", "minimalist", "mobile", "fast", "white", "minimalistic", "reading", "dark mode"]
-features = ["favicon", "seo", "no stylesheets", "no javascript", "rss", "dark mode"]
-min_version = "v0.110.0"
-# https://gohugo.io/content-management/taxonomies#default-taxonomies
-# https://gohugo.io/templates/taxonomy-templates/#example-list-tags-in-a-single-page-template
-# https://gohugo.io/templates/taxonomy-templates/#example-list-all-site-tags
+licenselink = "https://github.com/clente/hugo-bearcub/blob/master/LICENSE"
+description = "A lightweight Hugo theme based on Bear Blog and Hugo Bear Blog. It is free, multilingual, optimized for search engines, no-nonsense, responsive, light, and fast. Really fast."
+
+# The home page of the theme, where the source can be found.
+homepage = "https://github.com/clente/hugo-bearcub"
+
+# If you have a running demo of the theme.
+demosite = "https://clente.github.io/hugo-bearcub"
+tags = ["blog", "responsive", "minimal", "personal", "dark", "multilingual"]
+features = ["favicon", "seo", "no javascript", "rss", "social cards"]
+
+# If the theme has a single author
[author]
- name = "Jan Raasch"
- homepage = "https://www.janraasch.com"
+ name = "Caio Lente"
+ homepage = "https://lente.dev"
# If porting an existing theme
[original]
- name = "ʕ•ᓄ•ʔ Bear Blog"
- homepage = "https://bearblog.dev"
- repo = "https://github.com/HermanMartinus/bearblog"
+ author = "Jan Raasch"
+ homepage = "https://www.janraasch.com"
+ repo = "https://github.com/janraasch/hugo-bearblog"
+
+# Hugo versions the theme supports
+[module]
+ [module.hugoVersion]
+ min = "0.90"