Update author info

This commit is contained in:
C. Lente 2023-02-01 14:23:51 -03:00
parent d524ebeba7
commit ff81f71724
No known key found for this signature in database
GPG Key ID: B0B503C26E05781B
2 changed files with 14 additions and 16 deletions

View File

@ -1,6 +1,7 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2020 Jan Raasch Copyright (c) 2020 Jan Raasch
Copyright (c) 2023 Caio Lente
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in this software and associated documentation files (the "Software"), to deal in

View File

@ -1,25 +1,22 @@
# theme.toml template for a Hugo theme # theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example # See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Hugo Bear Blog" name = "Hugo Bear Cub"
license = "MIT" license = "MIT"
licenselink = "https://github.com/janraasch/hugo-bearblog/blob/master/LICENSE" licenselink = "https://github.com/clente/hugo-bearcub/blob/main/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!" description = "A Hugo theme based on »Hugo Bear Blog«. Free, extra-light, super-fast blogging."
homepage = "https://github.com/janraasch/hugo-bearblog" homepage = "https://github.com/clente/hugo-bearcub"
demosite = "https://janraasch.github.io/hugo-bearblog/" tags = ["blog", "responsive", "minimal", "seo", "clean", "simple", "light", "minimalist", "mobile", "fast", "reading"]
tags = ["blog", "responsive", "minimal", "seo", "clean", "simple", "light", "minimalist", "mobile", "fast", "white", "minimalistic", "reading", "dark mode"] features = ["favicon", "seo", "no stylesheets", "no javascript", "rss"]
features = ["favicon", "seo", "no stylesheets", "no javascript", "rss", "dark mode"] min_version = "0.110.0"
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
# If the theme has a single author
[author] [author]
name = "Jan Raasch" name = "Caio Lente"
homepage = "https://www.janraasch.com" homepage = "https://lente.dev"
# If porting an existing theme # If porting an existing theme
[original] [original]
name = "ʕ•ᴥ•ʔ Bear Blog" author = "Jan Raasch"
homepage = "https://bearblog.dev" homepage = "https://www.janraasch.com"
repo = "https://github.com/HermanMartinus/bearblog" repo = "https://github.com/janraasch/hugo-bearblog"