mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 20:50:40 +00:00
Robert Kaussow
91a108d444
BREAKING CHANGE: The Hugo config key `paginate` was deprecated in Hugo v0.128.0. Please use `pagination.pagerSize` instead in your custom configuration.
13 lines
382 B
TOML
13 lines
382 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.128"
|
|
|
|
[author]
|
|
name = "Robert Kaussow"
|
|
homepage = "https://thegeeklab.de/"
|