aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorC. Lente <7017340+clente@users.noreply.github.com>2023-02-01 14:23:51 -0300
committerC. Lente <7017340+clente@users.noreply.github.com>2023-02-01 14:23:51 -0300
commitff81f7172491402a02186677197649b4a6d5ad06 (patch)
tree2a825bec62bf97b033463ee93d15e1fdb54f21b4 /theme.toml
parentd524ebeba7b9556ecd2614cdd6cbc93cf745ec45 (diff)
downloadhugo-bearcub-ff81f7172491402a02186677197649b4a6d5ad06.tar.gz
hugo-bearcub-ff81f7172491402a02186677197649b4a6d5ad06.tar.bz2
Update author info
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml29
1 files changed, 13 insertions, 16 deletions
diff --git a/theme.toml b/theme.toml
index 47199ab..47c42b2 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,25 +1,22 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-name = "Hugo Bear Blog"
+name = "Hugo 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 = "0.73.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/main/LICENSE"
+description = "A Hugo theme based on »Hugo Bear Blog«. Free, extra-light, super-fast blogging."
+homepage = "https://github.com/clente/hugo-bearcub"
+tags = ["blog", "responsive", "minimal", "seo", "clean", "simple", "light", "minimalist", "mobile", "fast", "reading"]
+features = ["favicon", "seo", "no stylesheets", "no javascript", "rss"]
+min_version = "0.110.0"
+# 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"