hugo-geekblog/theme.toml
Robert Kaussow 12fc429b87
feat: support mermaid codeblocks (#302)
BREAKING CHANGE: Mermaid can be rendered using code blocks now as an alternative to the shortcode. To support this feature, the minimum supported Hugo version was changed to v0.93.
2022-08-30 21:24:49 +02:00

13 lines
391 B
TOML

name = "Geekblog"
license = "MIT"
licenselink = "https://github.com/thegeeklab/hugo-geekblog/blob/main/LICENSE"
description = "Hugo theme made for blogs"
homepage = "https://hugo-geekblog.geekdocs.de/"
demosite = "https://hugo-geekblog.geekdocs.de/"
tags = ["blog", "responsive", "simple"]
min_version = "0.93.0"
[author]
name = "Robert Kaussow"
homepage = "https://thegeeklab.de/"