fix values for authors handling
the build was successful Details

This commit is contained in:
Robert Kaussow 2018-12-20 22:41:15 +01:00
parent 4e55e58a45
commit 2a66788d49
11 changed files with 17 additions and 17 deletions

View File

@ -11,7 +11,7 @@ pipeline:
branch: draft branch: draft
event: push event: push
build-prod: build:
image: plugins/hugo image: plugins/hugo
hugoVersion: 0.52 hugoVersion: 0.52
validate: true validate: true

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
# Hugo default output directory # Hugo default output directory
/public /public
.vscode

View File

@ -10,13 +10,17 @@ languages:
title: "Geeklabor" title: "Geeklabor"
theme: "geeklab" theme: "geeklab"
params:
author: "robert-kaussow"
taxonomies: taxonomies:
category: categories category: categories
author: authors author: author
tag: tags tag: tags
permalinks: permalinks:
post: /posts/:title/ post: /posts/:title/
author: /authors/:slug/
mediaTypes: mediaTypes:
application/atom: application/atom:

View File

@ -2,8 +2,7 @@
title: "Easybox 803A als Modem konfigurieren" title: "Easybox 803A als Modem konfigurieren"
date: 2015-07-23T22:00:00+02:00 date: 2015-07-23T22:00:00+02:00
draft: false draft: false
authors: author: robert-kaussow
- Robert Kaussow
categories: categories:
- Hardware - Hardware
- Netzwerk - Netzwerk

View File

@ -2,8 +2,7 @@
title: "Gitea Source-Upgrade Script" title: "Gitea Source-Upgrade Script"
date: 2017-04-09T22:00:00+02:00 date: 2017-04-09T22:00:00+02:00
draft: false draft: false
authors: author: robert-kaussow
- Robert Kaussow
categories: categories:
- Meinung - Meinung
- Open Source - Open Source

View File

@ -2,8 +2,7 @@
title: "Kodi: Keine HD Streams mehr über Amazon Instant Video Add-on" title: "Kodi: Keine HD Streams mehr über Amazon Instant Video Add-on"
date: 2015-09-14T22:00:00+02:00 date: 2015-09-14T22:00:00+02:00
draft: false draft: false
authors: author: robert-kaussow
- Robert Kaussow
categories: categories:
- Meinung - Meinung
- Open Source - Open Source

View File

@ -2,8 +2,7 @@
title: "OpenWRT bridged Repeater mit relayd" title: "OpenWRT bridged Repeater mit relayd"
date: 2016-02-10T22:00:00+02:00 date: 2016-02-10T22:00:00+02:00
draft: false draft: false
authors: author: robert-kaussow
- Robert Kaussow
categories: categories:
- Hardware - Hardware
- Netzwerk - Netzwerk
@ -83,7 +82,7 @@ config interface 'wwan'
option gateway '192.168.1.1' option gateway '192.168.1.1'
config interface 'stabridge' config interface 'stabridge'
option proto 'relay' option proto 'relay'
option ipaddr '192.168.1.2' # muss die selbe IP wie bei wwan sein option ipaddr '192.168.1.2' # muss die selbe IP wie bei wwan sein
list network 'lan' list network 'lan'
list network 'wwan' list network 'wwan'

View File

@ -2,8 +2,7 @@
title: "Vorstellung Atric IR-WakeupUSB eco" title: "Vorstellung Atric IR-WakeupUSB eco"
date: 2015-11-13T22:00:00+02:00 date: 2015-11-13T22:00:00+02:00
draft: false draft: false
authors: author: robert-kaussow
- Robert Kaussow
categories: categories:
- Meinung - Meinung
- Hardware - Hardware

View File

@ -2,8 +2,7 @@
title: "Empfehlung DynDNS Anbieter: FreeDNS" title: "Empfehlung DynDNS Anbieter: FreeDNS"
date: 2015-07-20T22:00:00+02:00 date: 2015-07-20T22:00:00+02:00
draft: false draft: false
authors: author: robert-kaussow
- Robert Kaussow
categories: categories:
- Meinung - Meinung
- Open Source - Open Source

View File

@ -2,8 +2,7 @@
title: "Webhosting für anspruchsvolle: uberspace.de" title: "Webhosting für anspruchsvolle: uberspace.de"
date: 2015-07-02T22:00:00+02:00 date: 2015-07-02T22:00:00+02:00
draft: false draft: false
authors: author: robert-kaussow
- Robert Kaussow
categories: categories:
- Meinung - Meinung
- Open Source - Open Source

View File

@ -0,0 +1,2 @@
name: Robert Kaussow
email: mail@geeklabor.de