This commit is contained in:
parent
4e55e58a45
commit
2a66788d49
@ -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
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
# Hugo default output directory
|
# Hugo default output directory
|
||||||
/public
|
/public
|
||||||
|
.vscode
|
||||||
|
@ -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:
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
2
data/authors/robert-kaussow.yml
Normal file
2
data/authors/robert-kaussow.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
name: Robert Kaussow
|
||||||
|
email: mail@geeklabor.de
|
Reference in New Issue
Block a user