2026-03-20 09:00:56 -04:00
|
|
|
name = "Voting Bear Cub"
|
2020-08-31 15:40:11 +02:00
|
|
|
license = "MIT"
|
2023-02-01 14:27:41 -03:00
|
|
|
licenselink = "https://github.com/clente/hugo-bearcub/blob/master/LICENSE"
|
2026-03-20 09:00:56 -04:00
|
|
|
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.
|
|
|
|
|
This version adds an upvote button that connects to an
|
|
|
|
|
https://forge.alexselimov.com/aselimov/upvoters server to handle anonymous upvotes.
|
|
|
|
|
"""
|
2023-02-13 18:36:46 -03:00
|
|
|
|
|
|
|
|
# The home page of the theme, where the source can be found.
|
2026-03-20 09:00:56 -04:00
|
|
|
homepage = "https://forge.alexselimov.com/aselimov/hugo-bearcub"
|
2023-02-13 18:36:46 -03:00
|
|
|
|
|
|
|
|
tags = ["blog", "responsive", "minimal", "personal", "dark", "multilingual"]
|
2023-03-04 15:08:11 -03:00
|
|
|
features = ["favicon", "seo", "no javascript", "rss", "social cards"]
|
2020-08-31 15:40:11 +02:00
|
|
|
|
2023-02-01 14:23:51 -03:00
|
|
|
# If the theme has a single author
|
2020-08-31 15:40:11 +02:00
|
|
|
[author]
|
2026-03-20 09:00:56 -04:00
|
|
|
name = "Alex Selimov"
|
|
|
|
|
homepage = "https://alexselimov.com"
|
2020-08-31 15:40:11 +02:00
|
|
|
|
|
|
|
|
[original]
|
2026-03-20 09:00:56 -04:00
|
|
|
name = "Caio Lente"
|
|
|
|
|
homepage = "https://lente.dev"
|
|
|
|
|
repo = "https://github.com/clente/hugo-bearcub"
|
2023-02-13 18:36:46 -03:00
|
|
|
|
|
|
|
|
# Hugo versions the theme supports
|
|
|
|
|
[module]
|
2026-03-20 09:00:56 -04:00
|
|
|
[module.hugoVersion]
|
|
|
|
|
min = "0.90"
|