From 78785b6c142a2d14f59fc534a17065ca3aee8928 Mon Sep 17 00:00:00 2001 From: arne Date: Thu, 18 May 2023 21:10:16 +0200 Subject: [PATCH] move to theme FixIt --- config.toml | 26 ++++-------------- content/post/apache-httpd.md | 4 ++- content/post/docker.md | 4 ++- .../post/games/flappy_witch/flappy_witch.md | 10 ++----- .../games/klick-the-witch/klick-the-witch.md | 10 ++----- content/post/games/polizei/polizei.md | 10 ++----- content/post/lets-encrypt.md | 5 ++-- content/post/lxc/lxc-networking.md | 5 ++-- content/post/mail.md | 5 ++-- content/post/matrix-chat-server.md | 5 ++-- content/post/mrtg/mrtg.md | 10 ++----- content/post/tiptoi.md | 5 ++-- content/post/webhook.md | 5 ++-- static/html/flappy_witch.html | 6 ++-- .../image/flappy_witch/flappy_witch_play.jpg | Bin 75494 -> 0 bytes 15 files changed, 44 insertions(+), 66 deletions(-) delete mode 100644 static/image/flappy_witch/flappy_witch_play.jpg diff --git a/config.toml b/config.toml index e3d2695..731a43b 100644 --- a/config.toml +++ b/config.toml @@ -1,30 +1,11 @@ baseURL = "https://www.br0tkasten.de/" languageCode = "en-us" title = "br0tkasten.de" -theme = "LoveIt" +theme = "FixIt" publishdir = "/var/www/localhost/htdocs" [menu] [[menu.main]] - identifier = "posts" - name = "Posts" - url = "/post/" - title = "" - weight = 1 - [[menu.main]] - identifier = "categories" - pre = "" - post = "" - name = "Categories" - url = "/categories/" - title = "" - weight = 2 - [[menu.main]] - identifier = "tags" - name = "Tags" - url = "/tags/" - title = "" - weight = 3 [params] version = "0.2.X" @@ -57,6 +38,9 @@ publishdir = "/var/www/localhost/htdocs" [params.header] desktopMode = "fixed" mobileMode = "auto" + [params.header.title] + name = "br0tkasten.de" + logo = "" [params.footer] enable = true @@ -204,7 +188,7 @@ publishdir = "/var/www/localhost/htdocs" enable = false [params.cookieconsent] - enable = true + enable = false [params.cookieconsent.content] message = "" dismiss = "" diff --git a/content/post/apache-httpd.md b/content/post/apache-httpd.md index 7c174fc..284d4ef 100644 --- a/content/post/apache-httpd.md +++ b/content/post/apache-httpd.md @@ -1,6 +1,8 @@ --- title: "Apache httpd configs" -date: 2021-11-13 +menu: + main: + parent: Linux --- # HTTP proxy with Digest Auth diff --git a/content/post/docker.md b/content/post/docker.md index aad61ed..71cf9d0 100644 --- a/content/post/docker.md +++ b/content/post/docker.md @@ -1,6 +1,8 @@ --- title: "Docker" -date: 2022-10-03 +menu: + main: + parent: Linux --- # deploy docker container diff --git a/content/post/games/flappy_witch/flappy_witch.md b/content/post/games/flappy_witch/flappy_witch.md index 9117dac..fd4f279 100644 --- a/content/post/games/flappy_witch/flappy_witch.md +++ b/content/post/games/flappy_witch/flappy_witch.md @@ -1,12 +1,8 @@ --- title: "Flappy Witch" -date: 2023-05-07 -draft: false -tags: - - games - - matt -categories: - - games +menu: + main: + parent: Games --- ![screenshot01](/image/flappy_witch/flappy_witch_play.jpg#left) ![screenshot02](/image/flappy_witch/flappy_witch_lost.png#right) diff --git a/content/post/games/klick-the-witch/klick-the-witch.md b/content/post/games/klick-the-witch/klick-the-witch.md index 4d64173..8dcfdcb 100644 --- a/content/post/games/klick-the-witch/klick-the-witch.md +++ b/content/post/games/klick-the-witch/klick-the-witch.md @@ -1,12 +1,8 @@ --- title: "Klick the Witch" -date: 2022-09-16T14:43:04+01:00 -draft: false -tags: - - games - - matt -categories: - - games +menu: + main: + parent: Games --- click on the logo below to start the game diff --git a/content/post/games/polizei/polizei.md b/content/post/games/polizei/polizei.md index 8b729af..36ec51f 100644 --- a/content/post/games/polizei/polizei.md +++ b/content/post/games/polizei/polizei.md @@ -1,12 +1,8 @@ --- title: "Polizei" -date: 2023-03-03T20:43:04+01:00 -draft: false -tags: - - games - - matt -categories: - - games +menu: + main: + parent: Games --- [Polizei Rennspiel](https://www.br0tkasten.de/html/polizei.html) diff --git a/content/post/lets-encrypt.md b/content/post/lets-encrypt.md index bcf1d6e..b74ddee 100644 --- a/content/post/lets-encrypt.md +++ b/content/post/lets-encrypt.md @@ -1,7 +1,8 @@ --- title: 'Let''s Encrypt' -date: 2021-11-13T15:06:57Z -draft: false +menu: + main: + parent: Linux --- ## create certificate diff --git a/content/post/lxc/lxc-networking.md b/content/post/lxc/lxc-networking.md index 23eb0f4..5453286 100644 --- a/content/post/lxc/lxc-networking.md +++ b/content/post/lxc/lxc-networking.md @@ -1,7 +1,8 @@ --- title: 'LXC Networking' -date: 2021-11-13T15:06:57Z -draft: false +menu: + main: + parent: Linux --- # LXC network configurations diff --git a/content/post/mail.md b/content/post/mail.md index 6fef9d2..9e39644 100644 --- a/content/post/mail.md +++ b/content/post/mail.md @@ -1,7 +1,8 @@ --- title: Mail -date: 2021-11-13T15:06:57Z -draft: false +menu: + main: + parent: Nerdstuff --- Stuff to know about mail diff --git a/content/post/matrix-chat-server.md b/content/post/matrix-chat-server.md index 8d66514..c1e603f 100644 --- a/content/post/matrix-chat-server.md +++ b/content/post/matrix-chat-server.md @@ -1,7 +1,8 @@ --- title: 'Matrix Chat Server' -date: 2021-11-13T15:06:57Z -draft: false +menu: + main: + parent: Linux --- # Matrix Chat Server diff --git a/content/post/mrtg/mrtg.md b/content/post/mrtg/mrtg.md index de9c724..117e2cd 100644 --- a/content/post/mrtg/mrtg.md +++ b/content/post/mrtg/mrtg.md @@ -1,12 +1,8 @@ --- title: "MRTG - fun with 20th century monitoring solution" -date: 2022-01-15T14:43:04+01:00 -draft: false -tags: - - monitoring - - mrtg -categories: - - monitoring +menu: + main: + parent: Monitoring --- > I'm totaly aware there are more modern monitoring solutions (prometheus, icinga2, prtg and other diff --git a/content/post/tiptoi.md b/content/post/tiptoi.md index 0f77d35..59e71bb 100644 --- a/content/post/tiptoi.md +++ b/content/post/tiptoi.md @@ -1,7 +1,8 @@ --- title: tiptoi -date: 2021-11-13T15:06:57Z -draft: false +menu: + main: + parent: Nerdstuff --- # tiptoi diff --git a/content/post/webhook.md b/content/post/webhook.md index 13f56da..a0f4952 100644 --- a/content/post/webhook.md +++ b/content/post/webhook.md @@ -1,7 +1,8 @@ --- title: webhook -date: 2021-11-14T15:06:57Z -draft: false +menu: + main: + parent: Linux --- # fun with webhooks diff --git a/static/html/flappy_witch.html b/static/html/flappy_witch.html index 480cf4f..1cdc87d 100644 --- a/static/html/flappy_witch.html +++ b/static/html/flappy_witch.html @@ -6,7 +6,7 @@ - Flippy Witch + Flippy Witch1