Skip to content

Commit 7e7f697

Browse files
author
marci
committed
Aktualisiere die Identifikatoren in der YAML-Konfiguration für den sicheren Linux SSH-Beitrag, aktiviere den Entwurf für das Bash-Skript zur automatischen Installation von apt-Paketen, passe die Gewichtung der Abschnitte für Zertifikate und Projekte an und erhöhe die Anzahl der angezeigten neuesten Beiträge. Ergänze die Konfiguration für die hervorgehobenen Beiträge mit neuen Einträgen.
1 parent 629d08b commit 7e7f697

9 files changed

Lines changed: 16 additions & 15 deletions

File tree

content/posts/linux/linux-ssh-absichern.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hero: /images/posts/linux-ssh/SSH-absichern.png
55
menu:
66
sidebar:
77
name: Secure Linux SSH
8-
identifier: linux-ssh
8+
identifier: linux-ssh-en
99
parent: linux
1010
weight: 10
1111
tags:

content/posts/linux/scripting/bash-apt-packages-installations-script.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Bash-Script | Automatische Installation von apt-packages "
33
date: 2025-08-18T11:11:41.499Z
44
description: In diesem Tutorial zeige ich, wie ihr mit einem Bash-Script automatisch eure Lieblings-Apps installieren könnt,
5-
draft: false
5+
draft: true
66
tags:
77
- bash
88
- linux

data/de/sections/accomplishments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ section:
22
name: Certifications
33
id: accomplishments
44
enable: true
5-
weight: 6
5+
weight: 3
66
showOnNavbar: true
77

88
accomplishments:

data/de/sections/project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ section:
33
name: Projekte
44
id: projects
55
enable: true
6-
weight: 5
6+
weight: 4
77
showOnNavbar: true
88
# Can optionally hide the title in sections
99
# hideTitle: true

data/de/sections/recent-posts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ section:
33
name: Neueste Artikel # Title of section (default: "")
44
id: recent-posts # url id/slug of section *Required*
55
enable: true # Boolean to determine if this section is enabled (default: false)
6-
weight: 11 # Order to display section in (default: alphabetical followed by weight)
6+
weight: 5 # Order to display section in (default: alphabetical followed by weight)
77
showOnNavbar: false # Boolean to determine if a link should be shown for this section on the navbar
88
hideTitle: false # Can optionally hide the title in sections (default: false)
9-
numShow: 3 # Can optionally increase the number of posts to display (default: 3)
9+
numShow: 6 # Can optionally increase the number of posts to display (default: 3)
1010
showMoreButton: true #Can optionally show 'More Posts' button (default: false)

data/en/sections/accomplishments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ section:
22
name: Certifications
33
id: accomplishments
44
enable: true
5-
weight: 6
5+
weight: 3
66
showOnNavbar: true
77

88
accomplishments:

data/en/sections/featured-posts.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
section:
44
name: Popular # Title of section (default: "")
55
id: featured-posts # url id/slug of section *Required*
6-
enable: false # Boolean to determine if this section is enabled (default: false)
7-
weight: 10 # Order to display section in (default: alphabetical followed by weight)
6+
enable: true # Boolean to determine if this section is enabled (default: false)
7+
weight: 6 # Order to display section in (default: alphabetical followed by weight)
88
showOnNavbar: true # Boolean to determine if a link should be shown for this section on the navbar
99
hideTitle: false # Can optionally hide the title in sections (default: false)
1010

1111
# posts to feature
12-
# posts:
13-
#- linux-ssh
14-
# - proxmox-fail2ban
12+
posts:
13+
- linux-ssh-absichern.en.md
14+
- proxmox-fail2ban.en.md
15+
- Nmap Network Mapper Umfassender Leitfaden.en.md
1516

data/en/sections/project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ section:
33
name: Projekte
44
id: projects
55
enable: true
6-
weight: 7
6+
weight: 4
77
showOnNavbar: true
88
# Can optionally hide the title in sections
99
# hideTitle: true

data/en/sections/recent-posts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ section:
33
name: Recent Posts # Title of section (default: "")
44
id: recent-posts # url id/slug of section *Required*
55
enable: true # Boolean to determine if this section is enabled (default: false)
6-
weight: 11 # Order to display section in (default: alphabetical followed by weight)
6+
weight: 5 # Order to display section in (default: alphabetical followed by weight)
77
showOnNavbar: false # Boolean to determine if a link should be shown for this section on the navbar
88
hideTitle: false # Can optionally hide the title in sections (default: false)
9-
numShow: 3 # Can optionally increase the number of posts to display (default: 3)
9+
numShow: 6 # Can optionally increase the number of posts to display (default: 3)
1010
showMoreButton: true #Can optionally show 'More Posts' button (default: false)

0 commit comments

Comments
 (0)