From 2a66788d49155afbb615cfda8f7b19de7df1b34e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 20 Dec 2018 22:41:15 +0100 Subject: [PATCH] fix values for authors handling --- .drone.yml | 2 +- .gitignore | 1 + config.yml | 6 +++++- content/post/easybox-as-modem.md | 3 +-- content/post/gitea-source-upgrade.md | 3 +-- content/post/kodi-vod-dead.md | 3 +-- content/post/openwrt-relayd-bridge.md | 5 ++--- content/post/review-atric-ir.md | 3 +-- content/post/review-freedns.md | 3 +-- content/post/review-uberspace.md | 3 +-- data/authors/robert-kaussow.yml | 2 ++ 11 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 data/authors/robert-kaussow.yml diff --git a/.drone.yml b/.drone.yml index e9cffef..3cd3fab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ pipeline: branch: draft event: push - build-prod: + build: image: plugins/hugo hugoVersion: 0.52 validate: true diff --git a/.gitignore b/.gitignore index 1c5dc94..eae98a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # Hugo default output directory /public +.vscode diff --git a/config.yml b/config.yml index e7c5c7a..5929cc0 100644 --- a/config.yml +++ b/config.yml @@ -10,13 +10,17 @@ languages: title: "Geeklabor" theme: "geeklab" +params: + author: "robert-kaussow" + taxonomies: category: categories - author: authors + author: author tag: tags permalinks: post: /posts/:title/ + author: /authors/:slug/ mediaTypes: application/atom: diff --git a/content/post/easybox-as-modem.md b/content/post/easybox-as-modem.md index 951073e..7f4754f 100644 --- a/content/post/easybox-as-modem.md +++ b/content/post/easybox-as-modem.md @@ -2,8 +2,7 @@ title: "Easybox 803A als Modem konfigurieren" date: 2015-07-23T22:00:00+02:00 draft: false -authors: - - Robert Kaussow +author: robert-kaussow categories: - Hardware - Netzwerk diff --git a/content/post/gitea-source-upgrade.md b/content/post/gitea-source-upgrade.md index dd41cf0..018d03e 100644 --- a/content/post/gitea-source-upgrade.md +++ b/content/post/gitea-source-upgrade.md @@ -2,8 +2,7 @@ title: "Gitea Source-Upgrade Script" date: 2017-04-09T22:00:00+02:00 draft: false -authors: - - Robert Kaussow +author: robert-kaussow categories: - Meinung - Open Source diff --git a/content/post/kodi-vod-dead.md b/content/post/kodi-vod-dead.md index e16f650..229ea60 100644 --- a/content/post/kodi-vod-dead.md +++ b/content/post/kodi-vod-dead.md @@ -2,8 +2,7 @@ title: "Kodi: Keine HD Streams mehr über Amazon Instant Video Add-on" date: 2015-09-14T22:00:00+02:00 draft: false -authors: - - Robert Kaussow +author: robert-kaussow categories: - Meinung - Open Source diff --git a/content/post/openwrt-relayd-bridge.md b/content/post/openwrt-relayd-bridge.md index efe8929..76d70dc 100644 --- a/content/post/openwrt-relayd-bridge.md +++ b/content/post/openwrt-relayd-bridge.md @@ -2,8 +2,7 @@ title: "OpenWRT bridged Repeater mit relayd" date: 2016-02-10T22:00:00+02:00 draft: false -authors: - - Robert Kaussow +author: robert-kaussow categories: - Hardware - Netzwerk @@ -83,7 +82,7 @@ config interface 'wwan' option gateway '192.168.1.1' config interface 'stabridge' - option proto 'relay' + option proto 'relay' option ipaddr '192.168.1.2' # muss die selbe IP wie bei wwan sein list network 'lan' list network 'wwan' diff --git a/content/post/review-atric-ir.md b/content/post/review-atric-ir.md index 62a9afa..05a922f 100644 --- a/content/post/review-atric-ir.md +++ b/content/post/review-atric-ir.md @@ -2,8 +2,7 @@ title: "Vorstellung Atric IR-WakeupUSB eco" date: 2015-11-13T22:00:00+02:00 draft: false -authors: - - Robert Kaussow +author: robert-kaussow categories: - Meinung - Hardware diff --git a/content/post/review-freedns.md b/content/post/review-freedns.md index 49be9b7..6f86ee3 100644 --- a/content/post/review-freedns.md +++ b/content/post/review-freedns.md @@ -2,8 +2,7 @@ title: "Empfehlung DynDNS Anbieter: FreeDNS" date: 2015-07-20T22:00:00+02:00 draft: false -authors: - - Robert Kaussow +author: robert-kaussow categories: - Meinung - Open Source diff --git a/content/post/review-uberspace.md b/content/post/review-uberspace.md index 40a8666..2dbaead 100644 --- a/content/post/review-uberspace.md +++ b/content/post/review-uberspace.md @@ -2,8 +2,7 @@ title: "Webhosting für anspruchsvolle: uberspace.de" date: 2015-07-02T22:00:00+02:00 draft: false -authors: - - Robert Kaussow +author: robert-kaussow categories: - Meinung - Open Source diff --git a/data/authors/robert-kaussow.yml b/data/authors/robert-kaussow.yml new file mode 100644 index 0000000..42d844b --- /dev/null +++ b/data/authors/robert-kaussow.yml @@ -0,0 +1,2 @@ +name: Robert Kaussow +email: mail@geeklabor.de