hugo-geekdoc/theme.toml
Robert Kaussow 282294d4ab
chore: bump min required hugo version to 0.124 (#873)
BREAKING CHANGE: The min required Hugo version was bumped to v0.124 to drop deprecated vars `.Site.IsMultiLingual` and `.Site.Social`. For more details, see [#862](https://github.com/thegeeklab/hugo-geekdoc/pull/862).
2024-08-27 09:56:12 +02:00

13 lines
385 B
TOML

name = "Geekdoc"
license = "MIT"
licenselink = "https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE"
description = "Hugo theme made for documentation"
homepage = "https://geekdocs.de/"
demosite = "https://geekdocs.de/"
tags = ["docs", "documentation", "responsive", "simple"]
min_version = "0.124"
[author]
name = "Robert Kaussow"
homepage = "https://thegeeklab.de/"