switch to theme.toml instead of yaml

This commit is contained in:
Robert Kaussow 2020-08-26 12:29:32 +02:00
parent 34d38822fb
commit 8b010ac9c6
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 11 additions and 15 deletions

11
theme.toml Normal file
View File

@ -0,0 +1,11 @@
name = "Geekblog"
license = "MIT"
licenselink = "https://github.com/xoxys/hugo-geekblog/blob/master/LICENSE"
description = "Hugo theme made for blogs"
homepage = "https://hugo-geekblog.geekdocs.de/"
tags = ["blog", "responsive", "simple"]
min_version = "0.65.0"
[author]
name = "Robert Kaussow"
homepage = "https://thegeeklab.de/"

View File

@ -1,15 +0,0 @@
name: "Geekblog"
license: "MIT"
licenselink: "https://github.com/xoxys/hugo-geekblog/blob/master/LICENSE"
description: "Hugo theme made for blogs."
homepage: "https://geekblog.geekdocs.de"
tags:
- responsive
- clean
- blog
features: []
min_version: "0.65"
author:
name: "Robert Kaussow"
homepage: "https://geeklabor.de"