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
event: push
build-prod:
build:
image: plugins/hugo
hugoVersion: 0.52
validate: true

1
.gitignore vendored
View File

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

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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'

View File

@ -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

View File

@ -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

View File

@ -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

View File

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