hugo-bearcub/theme.toml

30 lines
828 B
TOML
Raw Normal View History

2023-02-01 14:23:51 -03:00
name = "Hugo 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"
2023-02-13 18:36:46 -03:00
description = "Theme description"
# The home page of the theme, where the source can be found.
2023-02-01 14:23:51 -03:00
homepage = "https://github.com/clente/hugo-bearcub"
2023-02-13 18:36:46 -03:00
# If you have a running demo of the theme.
demosite = "https://gohugo.io"
tags = ["blog", "responsive", "minimal", "personal", "dark", "multilingual"]
features = ["favicon", "seo", "no javascript", "rss"]
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]
2023-02-01 14:23:51 -03:00
name = "Caio Lente"
homepage = "https://lente.dev"
2020-08-31 15:40:11 +02:00
# If porting an existing theme
[original]
2023-02-01 14:23:51 -03:00
author = "Jan Raasch"
homepage = "https://www.janraasch.com"
repo = "https://github.com/janraasch/hugo-bearblog"
2023-02-13 18:36:46 -03:00
# Hugo versions the theme supports
[module]
[module.hugoVersion]
min = "0.73.0"