File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed
Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"]
Original file line number Diff line number Diff 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"]
Original file line number Diff line number Diff 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.
3636DefaultContentLanguage : de
3737
38+ # permalink
39+ permalinks :
40+ section : /:section/:title/
41+ post : /:section/:year/:month/:day/:slug/
42+ page : /:section/:title/
43+
3844privacy :
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
6677enableEmoji : 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
You can’t perform that action at this time.
0 commit comments