fix: move away to terminale

This commit is contained in:
WrenIX 2023-08-20 04:08:09 +02:00
parent 5cb2d40193
commit 7c25af76d6
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
19 changed files with 116 additions and 71 deletions

7
.gitmodules vendored
View file

@ -1,7 +1,6 @@
[submodule "themes/anatole-zola"]
path = themes/anatole-zola
url = https://github.com/longfangsong/anatole-zola.git
[submodule "public"]
path = public
url = git@codeberg.org:wrenix/pages.git
[submodule "themes/terminimal"]
path = themes/terminimal
url = https://github.com/pawroman/zola-theme-terminimal.git

View file

@ -3,48 +3,67 @@ title = "WrenIX"
description = "Der Zaunkönig im Netzwerk"
generate_feed = true
compile_sass = false
build_search_index = true
default_language = "de"
compile_sass = true
build_search_index = false
theme = "anatole-zola"
# theme = "anatole-zola"
# theme = "tabi"
theme = "terminimal"
taxonomies = [
{name = "tags"}
]
feed_filename = "rss.xml"
default_language = "de"
[languages.en]
[markdown]
external_links_target_blank = true
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
highlight_theme = "base16-ocean-light"
# highlight_theme = "base16-ocean-light"
[languages.de.translations]
language_name = "Deutsch"
about = "About Me"
home = "Home"
archive = "Archiv"
date_format = "%d.%m.%Y"
next_page = "Nächste Seite"
last_page = "Vorherige Seite"
#[languages.en]
#title = "WrenIX"
#description = "The wren in the network"
#[languages.en.translations]
#language_name = "English"
#home = "Home"
#about = "About Me"
#archive = "Archive"
#date_format = "%Y-%m-%d"
#next_page = "Next Page"
#last_page = "Last Page"
[extra]
accent_color = "blue"
background_color = "blue"
[extra.social]
mastodon = "https://chaos.social/@wrenix"
logo_text="WrenIX"
author="WrenIX"
copyright_html="© WrenIX"
[extra.social.git]
url = "https://codeberg.org/wrenix"
name = "Codeberg"
use_full_hack_font = true
page_titles = "main_only"
favicon = "/images/avatar.png"
favicon_mimetype = "image/png"
[[extra.menu_items]]
name="home"
url="$BASE_URL"
[[extra.menu_items]]
name="archive"
url="$BASE_URL/archive"
[[extra.menu_items]]
name="about me"
url="$BASE_URL/about"
[[extra.menu_items]]
name="rss"
url="$BASE_URL/rss.xml"
newtab=true
[[extra.menu_items]]
name="mastodon"
url="https://chaos.social/wrenix"
newtab=true
[[extra.menu_items]]
name="git"
url="https://codeberg.org/wrenix"
newtab=true

View file

@ -1,7 +1,12 @@
+++
title = "eToken und GPG-Key"
template = "page.html"
date = 2023-05-17T13:37:00Z
date = "2023-05-17"
[taxonomies]
tags = [
"gpg",
"desktop"
]
+++
Ich nutze den GPG-Key für folgende Funktionen:
@ -13,6 +18,8 @@ Dieser Artikel soll allerdings nicht den Einsatz beschreiben, sondern die Einric
Für die Einrichtung nutze ich ein yubiKey, doch dies sollte einfach für ein NitroKey funktionieren,
was ich villt. nachhole.
<!-- more -->
## 1. Generierung von Schlüsseln
### Wo wird / Sollte der Schlüssel generiert werden
Mit dem Spruch "kein Backup kein Mitleid", muss zunächst die Schlüssel auf ein Rechner generiert werden (und im 3. Schritt auf den eToken übertragen).

View file

@ -1,7 +1,12 @@
+++
title = "Passwordmanager mit GPG-Key"
template = "page.html"
date = 2023-05-18T13:37:00Z
date = "2023-05-18"
[taxonomies]
tags = [
"gpg",
"desktop"
]
+++
```

View file

@ -1,13 +1,22 @@
+++
title = "Modernes Logging Konzept"
template = "page.html"
date = 2023-06-22T13:37:00Z
date= "2023-06-22"
[taxonomies]
tags = [
"k8s",
"kubernetes",
"server",
"logging"
]
+++
- Logging Schema / Format
- Collector , Parsen und Transformieren/Filtern
- Collector, Parsen und Transformieren/Filtern
- Logging Backend
<!-- more -->
## Logging Schema / Format
Wenn man sich heutzutage mit Logging beschäftigt, möchte man oftmals gerne einheitliche Logs haben, um sich schnell zurecht zu finden und Korrelation, in Anwendungen die direkt oder indirekt zusammen arbeiten, zu finden.

View file

@ -1,5 +0,0 @@
+++
title = "Home"
# template = "section.html"
+++
# WrenIX

View file

@ -1,7 +1,5 @@
+++
title = "Home"
template = "index.html"
transparent = true
sort_by = "date"
paginate_by = 10
paginate_by = 3
+++

View file

@ -1,5 +0,0 @@
+++
title = "Home"
# template = "section.html"
+++
# WrenIX

View file

@ -1,5 +0,0 @@
+++
title = "Home"
# template = "section.html"
+++
# WrenIX

View file

@ -1,5 +0,0 @@
+++
title = "Home"
# template = "section.html"
+++
# WrenIX

3
content/pages/_index.md Normal file
View file

@ -0,0 +1,3 @@
+++
render = false
+++

View file

@ -0,0 +1,6 @@
+++
title = "About Me"
path = "en/about"
+++
# WrenIX

View file

@ -1,11 +1,17 @@
+++
title = "About ME"
template = "about.html"
paginate_by = 0
title = "About Me"
path = "about"
+++
# WrenIX
Ich nenne mich WrenIX.
Als kleine Slogen nutze ich:
> Der Zaunkönig im Netzwerk.
![blauer Vogel](/images/avatar.png)
## Kontakt
E-Mail: [contact@wrenix.eu](mailto:contact@wrenix.eu)

View file

@ -0,0 +1,6 @@
+++
title = "Archive"
template = "archive.html"
path = "en/archive"
+++
# Archive

6
content/pages/archive.md Normal file
View file

@ -0,0 +1,6 @@
+++
title = "Archiv"
template = "archive.html"
path = "archive"
+++
# Archiv

2
public

@ -1 +1 @@
Subproject commit 86810a32593a9f6f53a43bae9dd5b1f2b31a6dd6
Subproject commit bb3b8c1199183fcc5e6a1430faebda1b4518b939

1
templates Symbolic link
View file

@ -0,0 +1 @@
themes/terminimal/templates

@ -1 +0,0 @@
Subproject commit 3495f12be84ae6a7d543ce2ccf96314a17ce0aa7

1
themes/terminimal Submodule

@ -0,0 +1 @@
Subproject commit 910e50b824c898fc9641ab7910ce4a984e97040f