mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 20:50:40 +00:00
Robert Kaussow
eba3d78a32
BREAKING CHANGE: The min required Hugo version was bumped to v0.124 to drop deprecated vars `.Site.Social`.
13 lines
390 B
TOML
13 lines
390 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.124"
|
|
|
|
[author]
|
|
name = "Robert Kaussow"
|
|
homepage = "https://thegeeklab.de/"
|