From ad2191e6d63df674ae293958cea128c91060ef10 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 28 Jun 2020 14:42:09 +0200 Subject: [PATCH] fix wrong links in theme meta file --- theme.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theme.yaml b/theme.yaml index d6534e2..3bd6c32 100644 --- a/theme.yaml +++ b/theme.yaml @@ -1,17 +1,17 @@ --- name: "Geekdoc" license: "MIT" -licenselink: "https://gitea.rknet.org/xoxys/hugo-theme-geekdoc/src/branch/master/LICENSE" -description: "Simple Hugo documentation theme" -homepage: "https://gitea.rknet.org/xoxys/hugo-theme-geekdoc" +licenselink: "https://github.com/xoxys/hugo-geekdoc/blob/master/LICENSE" +description: "Hugo theme made for documentation." +homepage: "https://geekdocs.de" tags: - responsive - clean - documentation - docs features: [] -min_version: "0.55" +min_version: "0.65" author: name: "Robert Kaussow" - homepage: "https://gitea.rknet.org/xoxys" + homepage: "https://geeklabor.de"