hugo-bearcub/theme.toml

23 lines
861 B
TOML
Raw Normal View History

2020-08-31 15:40:11 +02:00
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
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-01 14:23:51 -03:00
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"
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"