refactoring and cleanup

This commit is contained in:
arne 2023-05-19 08:07:36 +02:00
parent 24f2758f16
commit 9c96a4e12a
33 changed files with 50 additions and 42 deletions

View File

@ -40,7 +40,7 @@ publishdir = "/var/www/localhost/htdocs"
mobileMode = "auto"
[params.header.title]
name = "br0tkasten.de"
logo = "/image/logo.png"
logo = "/logo.png"
[params.footer]
enable = true
@ -65,7 +65,7 @@ publishdir = "/var/www/localhost/htdocs"
rss = 10
[params.home.profile]
enable = true
avatarURL = "/image/ego.jpeg"
avatarURL = "/ego.jpeg"
#gravatarEmail = "arne@br0tkasten.de"
title = "just my two cents"
subtitle = ""
@ -230,7 +230,7 @@ publishdir = "/var/www/localhost/htdocs"
name = "br0tkasten"
email = "arne@br0tkasten.de"
link = ""
avatar = "/image/ego.jpeg"
avatar = "/ego.jpeg"
[sitemap]
changefreq = "weekly"

View File

@ -2,7 +2,7 @@
title: "Docker"
menu:
main:
parent: Linux
parent: Container
---
# deploy docker container

View File

@ -2,7 +2,7 @@
title: 'LXC Networking'
menu:
main:
parent: Linux
parent: Container
---
# LXC network configurations

View File

@ -0,0 +1,13 @@
---
title: "Flappy Witch"
menu:
main:
parent: Games
---
[Play](/games/flappy_witch/flappy_witch.html)
### screenshots
![screenshot01](/games/flappy_witch/flappy_witch_play.png#left)
![screenshot02](/games/flappy_witch/flappy_witch_lost.png#right)

View File

@ -0,0 +1,12 @@
---
title: "Klick the Witch"
menu:
main:
parent: Games
---
[Play](/games/klick-the-witch/witch.html)
### screenshots
![screenshot01](/games/klick-the-witch/screenshot01.png#center)
![screenshot02](/games/klick-the-witch/screenshot02.png#center)

12
content/games/polizei.md Normal file
View File

@ -0,0 +1,12 @@
---
title: "Polizei"
menu:
main:
parent: Games
---
[Play](/games/polizei/polizei.html)
## screenshots
![screenshot01](/games/polizei/screenshot01.png#center)
![screenshot02](/games/polizei/screenshot02.png#center)

View File

@ -8,19 +8,26 @@ menu:
Stuff to know about mail
## Fetchmail
```
fetchmail pop.gmx.net --ssl --verbose --username _username_ --protocol pop3
```
## SMTP via Telnet
### query MX record (mailserver)
```sh
dig mx br0tkasten.de
```
### connect to mailservice @ mailserver
```sh
telnet mail.br0tkasten.de 25
```
### send testmail
```SMTP
ehlo barbecue.com
MAIL FROM: root@barbecue.com
RCPT TO: info@br0tkasten.de
@ -30,3 +37,4 @@ Subject: Bla fasel
Das ist eine Testmail
.
QUIT
```

View File

@ -1,11 +0,0 @@
---
title: "Flappy Witch"
menu:
main:
parent: Games
---
![screenshot01](/image/flappy_witch/flappy_witch_play.jpg#left)
![screenshot02](/image/flappy_witch/flappy_witch_lost.png#right)
[Play](https://www.br0tkasten.de/html/flappy_witch.html)

View File

@ -1,14 +0,0 @@
---
title: "Klick the Witch"
menu:
main:
parent: Games
---
click on the logo below to start the game
[![logo](/image/klick-the-witch/logo.png#center)](https://www.br0tkasten.de/html/witch.html)
## screenshots
![screenshot01](/image/klick-the-witch/screenshot01.png#center)
![screenshot02](/image/klick-the-witch/screenshot02.png#center)

View File

@ -1,12 +0,0 @@
---
title: "Polizei"
menu:
main:
parent: Games
---
[Polizei Rennspiel](https://www.br0tkasten.de/html/polizei.html)
## screenshots
![screenshot01](/image/polizei/screenshot01.png#center)
![screenshot02](/image/polizei/screenshot02.png#center)

View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 122 KiB

View File

Before

Width:  |  Height:  |  Size: 842 KiB

After

Width:  |  Height:  |  Size: 842 KiB

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

Before

Width:  |  Height:  |  Size: 496 KiB

After

Width:  |  Height:  |  Size: 496 KiB

View File

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

View File

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 150 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB