refactoring and cleanup
@ -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"
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Docker"
|
||||
menu:
|
||||
main:
|
||||
parent: Linux
|
||||
parent: Container
|
||||
---
|
||||
|
||||
# deploy docker container
|
@ -2,7 +2,7 @@
|
||||
title: 'LXC Networking'
|
||||
menu:
|
||||
main:
|
||||
parent: Linux
|
||||
parent: Container
|
||||
---
|
||||
|
||||
# LXC network configurations
|
13
content/games/flappy_witch.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Flappy Witch"
|
||||
menu:
|
||||
main:
|
||||
parent: Games
|
||||
---
|
||||
|
||||
[Play](/games/flappy_witch/flappy_witch.html)
|
||||
|
||||
### screenshots
|
||||

|
||||

|
||||
|
12
content/games/klick-the-witch.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Klick the Witch"
|
||||
menu:
|
||||
main:
|
||||
parent: Games
|
||||
---
|
||||
|
||||
[Play](/games/klick-the-witch/witch.html)
|
||||
|
||||
### screenshots
|
||||

|
||||

|
12
content/games/polizei.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Polizei"
|
||||
menu:
|
||||
main:
|
||||
parent: Games
|
||||
---
|
||||
|
||||
[Play](/games/polizei/polizei.html)
|
||||
|
||||
## screenshots
|
||||

|
||||

|
@ -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
|
||||
```
|
@ -1,11 +0,0 @@
|
||||
---
|
||||
title: "Flappy Witch"
|
||||
menu:
|
||||
main:
|
||||
parent: Games
|
||||
---
|
||||

|
||||

|
||||
|
||||
|
||||
[Play](https://www.br0tkasten.de/html/flappy_witch.html)
|
@ -1,14 +0,0 @@
|
||||
---
|
||||
title: "Klick the Witch"
|
||||
menu:
|
||||
main:
|
||||
parent: Games
|
||||
---
|
||||
|
||||
click on the logo below to start the game
|
||||
|
||||
[](https://www.br0tkasten.de/html/witch.html)
|
||||
|
||||
## screenshots
|
||||

|
||||

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

|
||||

|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 842 KiB After Width: | Height: | Size: 842 KiB |
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 496 KiB After Width: | Height: | Size: 496 KiB |
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |