Skip to content

Commit 0075b44

Browse files
author
marci
committed
Aktualisiere Hugo-Action auf Version 4, verbessere Projektzusammenfassungen und füge Permalink-Struktur hinzu
1 parent 2d5825a commit 0075b44

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.github/workflows/theme-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: 22
1919

2020
- name: Setup Hugo
21-
uses: peaceiris/actions-hugo@v3
21+
uses: peaceiris/actions-hugo@v4
2222
with:
2323
hugo-version: "latest"
2424
extended: true

data/de/sections/project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ projects:
4545
timeline: "August 2024 - Heute"
4646
#repo: https://github.com/securebitsorg/ansible-desktop-server-auto-install-config
4747
url: "https://github.com/securebitsorg/ansible-desktop-server-auto-install-config"
48-
summary: Ansible-Scripting zur automatischen Konfiguration und Bereitstellung von Server, Workstations und Laptop's.
48+
summary: Ansible / opentofu / Terraform-Scripting zur automatischen Konfiguration und Bereitstellung von Server, Workstations und Laptop's.
4949
tags: ["professional", "linux", "coding"]

data/en/sections/project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ projects:
4545
timeline: "August 2024 - present"
4646
#repo: https://github.com/securebitsorg/ansible-desktop-server-auto-install-config
4747
url: "https://github.com/securebitsorg/ansible-desktop-server-auto-install-config"
48-
summary: Ansible scripting for automatic configuration and deployment of servers, workstations, and laptops.
48+
summary: Ansible / Terraform / opentofu scripting for automatic configuration and deployment of servers, workstations, and laptops.
4949
tags: ["professionel", "linux", "coding"]

hugo.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ languages:
3535
# Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks.
3636
DefaultContentLanguage: de
3737

38+
# permalink
39+
permalinks:
40+
section: /:section/:title/
41+
post: /:section/:year/:month/:day/:slug/
42+
page: /:section/:title/
43+
3844
privacy:
3945
youTube:
4046
disable: false
@@ -62,7 +68,12 @@ outputs:
6268
- RSS
6369
- JSON
6470

65-
# Enable global emoji support
71+
# Enable global emoji supportimaging:
72+
anchor: Smart
73+
bgColor: '#ffffff'
74+
hint: photo
75+
quality: 75
76+
resampleFilter: box
6677
enableEmoji: true
6778

6879
# Site parameters
@@ -71,6 +82,11 @@ params:
7182

7283
# Background image of the landing page
7384
background: "images/back.jpg"
85+
anchor: Smart
86+
bgColor: '#ffffff'
87+
hint: photo
88+
quality: 75
89+
resampleFilter: box
7490
# Background image of the landing page for dark theme
7591
#darkBackground: /images/site/background.jpg
7692

0 commit comments

Comments
 (0)