move to theme FixIt
This commit is contained in:
parent
c1ec7b20bd
commit
78785b6c14
26
config.toml
26
config.toml
@ -1,30 +1,11 @@
|
|||||||
baseURL = "https://www.br0tkasten.de/"
|
baseURL = "https://www.br0tkasten.de/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "br0tkasten.de"
|
title = "br0tkasten.de"
|
||||||
theme = "LoveIt"
|
theme = "FixIt"
|
||||||
publishdir = "/var/www/localhost/htdocs"
|
publishdir = "/var/www/localhost/htdocs"
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[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]
|
[params]
|
||||||
version = "0.2.X"
|
version = "0.2.X"
|
||||||
@ -57,6 +38,9 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
[params.header]
|
[params.header]
|
||||||
desktopMode = "fixed"
|
desktopMode = "fixed"
|
||||||
mobileMode = "auto"
|
mobileMode = "auto"
|
||||||
|
[params.header.title]
|
||||||
|
name = "br0tkasten.de"
|
||||||
|
logo = ""
|
||||||
|
|
||||||
[params.footer]
|
[params.footer]
|
||||||
enable = true
|
enable = true
|
||||||
@ -204,7 +188,7 @@ publishdir = "/var/www/localhost/htdocs"
|
|||||||
enable = false
|
enable = false
|
||||||
|
|
||||||
[params.cookieconsent]
|
[params.cookieconsent]
|
||||||
enable = true
|
enable = false
|
||||||
[params.cookieconsent.content]
|
[params.cookieconsent.content]
|
||||||
message = ""
|
message = ""
|
||||||
dismiss = ""
|
dismiss = ""
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: "Apache httpd configs"
|
title: "Apache httpd configs"
|
||||||
date: 2021-11-13
|
menu:
|
||||||
|
main:
|
||||||
|
parent: Linux
|
||||||
---
|
---
|
||||||
|
|
||||||
# HTTP proxy with Digest Auth
|
# HTTP proxy with Digest Auth
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: "Docker"
|
title: "Docker"
|
||||||
date: 2022-10-03
|
menu:
|
||||||
|
main:
|
||||||
|
parent: Linux
|
||||||
---
|
---
|
||||||
|
|
||||||
# deploy docker container
|
# deploy docker container
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: "Flappy Witch"
|
title: "Flappy Witch"
|
||||||
date: 2023-05-07
|
menu:
|
||||||
draft: false
|
main:
|
||||||
tags:
|
parent: Games
|
||||||
- games
|
|
||||||
- matt
|
|
||||||
categories:
|
|
||||||
- games
|
|
||||||
---
|
---
|
||||||

|

|
||||||

|

|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: "Klick the Witch"
|
title: "Klick the Witch"
|
||||||
date: 2022-09-16T14:43:04+01:00
|
menu:
|
||||||
draft: false
|
main:
|
||||||
tags:
|
parent: Games
|
||||||
- games
|
|
||||||
- matt
|
|
||||||
categories:
|
|
||||||
- games
|
|
||||||
---
|
---
|
||||||
|
|
||||||
click on the logo below to start the game
|
click on the logo below to start the game
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: "Polizei"
|
title: "Polizei"
|
||||||
date: 2023-03-03T20:43:04+01:00
|
menu:
|
||||||
draft: false
|
main:
|
||||||
tags:
|
parent: Games
|
||||||
- games
|
|
||||||
- matt
|
|
||||||
categories:
|
|
||||||
- games
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Polizei Rennspiel](https://www.br0tkasten.de/html/polizei.html)
|
[Polizei Rennspiel](https://www.br0tkasten.de/html/polizei.html)
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: 'Let''s Encrypt'
|
title: 'Let''s Encrypt'
|
||||||
date: 2021-11-13T15:06:57Z
|
menu:
|
||||||
draft: false
|
main:
|
||||||
|
parent: Linux
|
||||||
---
|
---
|
||||||
|
|
||||||
## create certificate
|
## create certificate
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: 'LXC Networking'
|
title: 'LXC Networking'
|
||||||
date: 2021-11-13T15:06:57Z
|
menu:
|
||||||
draft: false
|
main:
|
||||||
|
parent: Linux
|
||||||
---
|
---
|
||||||
|
|
||||||
# LXC network configurations
|
# LXC network configurations
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Mail
|
title: Mail
|
||||||
date: 2021-11-13T15:06:57Z
|
menu:
|
||||||
draft: false
|
main:
|
||||||
|
parent: Nerdstuff
|
||||||
---
|
---
|
||||||
|
|
||||||
Stuff to know about mail
|
Stuff to know about mail
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: 'Matrix Chat Server'
|
title: 'Matrix Chat Server'
|
||||||
date: 2021-11-13T15:06:57Z
|
menu:
|
||||||
draft: false
|
main:
|
||||||
|
parent: Linux
|
||||||
---
|
---
|
||||||
|
|
||||||
# Matrix Chat Server
|
# Matrix Chat Server
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: "MRTG - fun with 20th century monitoring solution"
|
title: "MRTG - fun with 20th century monitoring solution"
|
||||||
date: 2022-01-15T14:43:04+01:00
|
menu:
|
||||||
draft: false
|
main:
|
||||||
tags:
|
parent: Monitoring
|
||||||
- monitoring
|
|
||||||
- mrtg
|
|
||||||
categories:
|
|
||||||
- monitoring
|
|
||||||
---
|
---
|
||||||
|
|
||||||
> I'm totaly aware there are more modern monitoring solutions (prometheus, icinga2, prtg and other
|
> I'm totaly aware there are more modern monitoring solutions (prometheus, icinga2, prtg and other
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: tiptoi
|
title: tiptoi
|
||||||
date: 2021-11-13T15:06:57Z
|
menu:
|
||||||
draft: false
|
main:
|
||||||
|
parent: Nerdstuff
|
||||||
---
|
---
|
||||||
|
|
||||||
# tiptoi
|
# tiptoi
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: webhook
|
title: webhook
|
||||||
date: 2021-11-14T15:06:57Z
|
menu:
|
||||||
draft: false
|
main:
|
||||||
|
parent: Linux
|
||||||
---
|
---
|
||||||
|
|
||||||
# fun with webhooks
|
# fun with webhooks
|
||||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 74 KiB |
Loading…
x
Reference in New Issue
Block a user