This commit is contained in:
parent
4e55e58a45
commit
2a66788d49
@ -11,7 +11,7 @@ pipeline:
|
||||
branch: draft
|
||||
event: push
|
||||
|
||||
build-prod:
|
||||
build:
|
||||
image: plugins/hugo
|
||||
hugoVersion: 0.52
|
||||
validate: true
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
# Hugo default output directory
|
||||
/public
|
||||
.vscode
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
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