diff --git a/config.toml b/config.toml index 3b6a6a9..34a38f2 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/content/post/docker.md b/content/container/docker.md similarity index 99% rename from content/post/docker.md rename to content/container/docker.md index 71cf9d0..9009f1f 100644 --- a/content/post/docker.md +++ b/content/container/docker.md @@ -2,7 +2,7 @@ title: "Docker" menu: main: - parent: Linux + parent: Container --- # deploy docker container diff --git a/content/post/lxc/lxc-networking.md b/content/container/lxc-networking.md similarity index 98% rename from content/post/lxc/lxc-networking.md rename to content/container/lxc-networking.md index 5453286..bda11ec 100644 --- a/content/post/lxc/lxc-networking.md +++ b/content/container/lxc-networking.md @@ -2,7 +2,7 @@ title: 'LXC Networking' menu: main: - parent: Linux + parent: Container --- # LXC network configurations diff --git a/content/games/flappy_witch.md b/content/games/flappy_witch.md new file mode 100644 index 0000000..2943165 --- /dev/null +++ b/content/games/flappy_witch.md @@ -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) + diff --git a/content/games/klick-the-witch.md b/content/games/klick-the-witch.md new file mode 100644 index 0000000..54d0cab --- /dev/null +++ b/content/games/klick-the-witch.md @@ -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) diff --git a/content/games/polizei.md b/content/games/polizei.md new file mode 100644 index 0000000..dda2399 --- /dev/null +++ b/content/games/polizei.md @@ -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) diff --git a/content/post/apache-httpd.md b/content/linux/apache-httpd.md similarity index 100% rename from content/post/apache-httpd.md rename to content/linux/apache-httpd.md diff --git a/content/post/lets-encrypt.md b/content/linux/lets-encrypt.md similarity index 100% rename from content/post/lets-encrypt.md rename to content/linux/lets-encrypt.md diff --git a/content/post/matrix-chat-server.md b/content/linux/matrix-chat-server.md similarity index 100% rename from content/post/matrix-chat-server.md rename to content/linux/matrix-chat-server.md diff --git a/content/post/webhook.md b/content/linux/webhook.md similarity index 100% rename from content/post/webhook.md rename to content/linux/webhook.md diff --git a/content/post/mrtg/mrtg.md b/content/monitoring/mrtg.md similarity index 100% rename from content/post/mrtg/mrtg.md rename to content/monitoring/mrtg.md diff --git a/content/post/mail.md b/content/nerdstuff/mail.md similarity index 92% rename from content/post/mail.md rename to content/nerdstuff/mail.md index 9e39644..4624f81 100644 --- a/content/post/mail.md +++ b/content/nerdstuff/mail.md @@ -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 +``` \ No newline at end of file diff --git a/content/post/tiptoi.md b/content/nerdstuff/tiptoi.md similarity index 100% rename from content/post/tiptoi.md rename to content/nerdstuff/tiptoi.md diff --git a/content/post/games/flappy_witch/flappy_witch.md b/content/post/games/flappy_witch/flappy_witch.md deleted file mode 100644 index fd4f279..0000000 --- a/content/post/games/flappy_witch/flappy_witch.md +++ /dev/null @@ -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) \ No newline at end of file diff --git a/content/post/games/klick-the-witch/klick-the-witch.md b/content/post/games/klick-the-witch/klick-the-witch.md deleted file mode 100644 index 8dcfdcb..0000000 --- a/content/post/games/klick-the-witch/klick-the-witch.md +++ /dev/null @@ -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) diff --git a/content/post/games/polizei/polizei.md b/content/post/games/polizei/polizei.md deleted file mode 100644 index 36ec51f..0000000 --- a/content/post/games/polizei/polizei.md +++ /dev/null @@ -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) diff --git a/static/image/ego.jpeg b/static/ego.jpeg similarity index 100% rename from static/image/ego.jpeg rename to static/ego.jpeg diff --git a/static/html/show-vars.html b/static/games/cloudvars/show-vars.html similarity index 100% rename from static/html/show-vars.html rename to static/games/cloudvars/show-vars.html diff --git a/static/html/flappy_witch.html b/static/games/flappy_witch/flappy_witch.html similarity index 100% rename from static/html/flappy_witch.html rename to static/games/flappy_witch/flappy_witch.html diff --git a/static/image/flappy_witch/flappy_witch_lost.png b/static/games/flappy_witch/flappy_witch_lost.png similarity index 100% rename from static/image/flappy_witch/flappy_witch_lost.png rename to static/games/flappy_witch/flappy_witch_lost.png diff --git a/static/image/flappy_witch/flappy_witch_play.png b/static/games/flappy_witch/flappy_witch_play.png similarity index 100% rename from static/image/flappy_witch/flappy_witch_play.png rename to static/games/flappy_witch/flappy_witch_play.png diff --git a/static/image/klick-the-witch/logo.png b/static/games/klick-the-witch/logo.png similarity index 100% rename from static/image/klick-the-witch/logo.png rename to static/games/klick-the-witch/logo.png diff --git a/static/image/klick-the-witch/screenshot01.png b/static/games/klick-the-witch/screenshot01.png similarity index 100% rename from static/image/klick-the-witch/screenshot01.png rename to static/games/klick-the-witch/screenshot01.png diff --git a/static/image/klick-the-witch/screenshot02.png b/static/games/klick-the-witch/screenshot02.png similarity index 100% rename from static/image/klick-the-witch/screenshot02.png rename to static/games/klick-the-witch/screenshot02.png diff --git a/static/html/witch.html b/static/games/klick-the-witch/witch.html similarity index 100% rename from static/html/witch.html rename to static/games/klick-the-witch/witch.html diff --git a/static/html/witch2.html b/static/games/klick-the-witch/witch2.html similarity index 100% rename from static/html/witch2.html rename to static/games/klick-the-witch/witch2.html diff --git a/static/html/polizei.html b/static/games/polizei/polizei.html similarity index 100% rename from static/html/polizei.html rename to static/games/polizei/polizei.html diff --git a/static/image/polizei/screenshot01.png b/static/games/polizei/screenshot01.png similarity index 100% rename from static/image/polizei/screenshot01.png rename to static/games/polizei/screenshot01.png diff --git a/static/image/polizei/screenshot02.png b/static/games/polizei/screenshot02.png similarity index 100% rename from static/image/polizei/screenshot02.png rename to static/games/polizei/screenshot02.png diff --git a/static/image/logo.png b/static/logo.png similarity index 100% rename from static/image/logo.png rename to static/logo.png diff --git a/static/image/mrtg/details.png b/static/monitoring/mrtg/details.png similarity index 100% rename from static/image/mrtg/details.png rename to static/monitoring/mrtg/details.png diff --git a/static/image/mrtg/graph.png b/static/monitoring/mrtg/graph.png similarity index 100% rename from static/image/mrtg/graph.png rename to static/monitoring/mrtg/graph.png diff --git a/static/image/mrtg/mrtg.png b/static/monitoring/mrtg/mrtg.png similarity index 100% rename from static/image/mrtg/mrtg.png rename to static/monitoring/mrtg/mrtg.png