Merge branch 'master' into dev

This commit is contained in:
Dorian Zedler 2022-08-05 14:43:49 +02:00
commit 384c0a6f36
Signed by: dorian
GPG key ID: 989DE36109AFA354
6 changed files with 56 additions and 1 deletions

15
.drone.yml Normal file
View file

@ -0,0 +1,15 @@
kind: pipeline
name: default
steps:
- name: build
image: klakegg/hugo:ext-alpine-ci
commands:
- hugo --minify
- name: publish
image: itsblue.dev/plugins/codeberg-pages-deploy
settings:
folder: public
ssh_key:
from_secret: gitea-ssh-key

View file

@ -0,0 +1,21 @@
---
title: 'Led Display Controller'
layout: appitem
heroClasses: 'overlay-dark text-light hero-tiny'
image: images/apps/ledDisplayController.png
links:
googleplay: 'https://play.google.com/store/apps/details?id=de.itsblue.LedDisplayController'
opensource: 'https://itsblue.dev/itsblue-development/LedDisplay'
privacyPolicy: 'While you are using the Led Display Controller app, Itsblue Development does not collect any of your personal data.'
menu:
main:
title: Led Display Controller
name: Led Display Controller
weight: 3
parent: Apps
---
The Led Display Controller is an app to control a LED-Display powered by an ESP32 over Bluetooth.
<!--more-->

View file

@ -0,0 +1,5 @@
---
layout: redirect
redirectUrl: "/scstw?ref=ScStwApp"
redirectDelay: "0"
---

View file

@ -15,4 +15,16 @@ menu:
If you got interested and want to know more about the ScStw, feel free to contact us, and we will be happy to tell you everything you need to know about it.
{{% contactForm %}}
{{% contactForm %}}
<script>
const urlParams = new URLSearchParams(window.location.search);
const ref = urlParams.get('ref');
if(ref) {
switch(ref) {
case 'ScStwCase':
window.location.href = "https://scstw.itsblue.de";
break;
}
}
</script>

2
static/.domains Normal file
View file

@ -0,0 +1,2 @@
itsblue.de
www.itsblue.de

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB