Update README and exampleSite
This commit is contained in:
parent
460fe6a820
commit
41c217030c
3 changed files with 43 additions and 17 deletions
28
theme.toml
28
theme.toml
|
|
@ -1,29 +1,29 @@
|
|||
name = "Bear Cub"
|
||||
name = "Voting Bear Cub"
|
||||
license = "MIT"
|
||||
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."
|
||||
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.
|
||||
"""
|
||||
|
||||
# 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"
|
||||
homepage = "https://forge.alexselimov.com/aselimov/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 = "Caio Lente"
|
||||
homepage = "https://lente.dev"
|
||||
name = "Alex Selimov"
|
||||
homepage = "https://alexselimov.com"
|
||||
|
||||
# If porting an existing theme
|
||||
[original]
|
||||
author = "Jan Raasch"
|
||||
homepage = "https://www.janraasch.com"
|
||||
repo = "https://github.com/janraasch/hugo-bearblog"
|
||||
name = "Caio Lente"
|
||||
homepage = "https://lente.dev"
|
||||
repo = "https://github.com/clente/hugo-bearcub"
|
||||
|
||||
# Hugo versions the theme supports
|
||||
[module]
|
||||
[module.hugoVersion]
|
||||
min = "0.90"
|
||||
[module.hugoVersion]
|
||||
min = "0.90"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue