new theme
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-01-14 10:20:17 +01:00
parent eaf9ac8e5e
commit 48ead08ecc
Signed by: wn
GPG Key ID: 18FDFA577A8871AD
20 changed files with 77 additions and 22 deletions

3
.gitmodules vendored
View File

@ -1,9 +1,6 @@
[submodule "content/themes/ananke"]
path = content/themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
[submodule "content/themes/hugo-theme-pixyll"]
path = content/themes/hugo-theme-pixyll
url = https://github.com/azmelanar/hugo-theme-pixyll
[submodule "content/themes/hextra"]
path = content/themes/hextra
url = https://github.com/imfing/hextra

View File

@ -1,3 +1,7 @@
---
toc: false
---
# How to add a CA certificate in Debian
Copy CA file with extension `crt` into `/usr/local/share/ca-certificates/`.

View File

@ -1,3 +1,6 @@
---
toc: false
---
# Colors in Minicom
To start `minicom` in color mode use

View File

@ -1,4 +1,8 @@
# Engel des Herrn
---
title: "Engel des Herrn"
toc: false
---
Der Engel des Herrn brachte Maria die Botschaft, und sie empfing vom Heiligen Geist.
Gegrüßet seist du, Maria …

View File

@ -1,4 +1,8 @@
# Magnifikat
---
title: "Magnifikat"
toc: false
---
Bibellese zum 15.12.2013
@ -7,21 +11,30 @@ Bibellese zum 15.12.2013
1,46 Und Maria sprach:
Meine Seele erhebt den Herrn,
47 und mein Geist freut sich Gottes, meines Heilandes;
48 denn er hat die Niedrigkeit seiner Magd angesehen.
Siehe, von nun an werden mich selig preisen alle Kindeskinder.
49 Denn er hat große Dinge an mir getan,
der da mächtig ist und dessen Name heilig ist.
50 Und seine Barmherzigkeit währt von Geschlecht zu Geschlecht
bei denen, die ihn fürchten.
51 Er übt Gewalt mit seinem Arm
und zerstreut, die hoffärtig sind in ihres Herzens Sinn.
52 Er stößt die Gewaltigen vom Thron
und erhebt die Niedrigen.
53 Die Hungrigen füllt er mit Gütern
und lässt die Reichen leer ausgehen.
54 Er gedenkt der Barmherzigkeit
und hilft seinem Diener Israel auf,
55 wie er geredet hat zu unsern Vätern,
Abraham und seinen Kindern in Ewigkeit.

View File

@ -1,3 +1,6 @@
---
toc: false
---
# Execute occ in Nextcloud pod

View File

@ -1,3 +1,6 @@
---
toc: false
---
# PuTTY and OpenGPG hardware keys
* install gpg4win installed

View File

@ -1,3 +1,6 @@
---
toc: false
---
# Resize HDD on running system
* Resize target on VMWare or on Synology or where ever it is provided

View File

@ -1,3 +1,6 @@
---
toc: false
---
# snmpwalk with numeric and text output of oid
```

View File

@ -1,4 +1,13 @@
---
title: "Minimal Setups"
toc: false
---
## Minimal Setups
{{<cards>}}
{{<card link="HowTos" title="How Tos">}}
{{<card link="articles" title="Articles">}}
{{</cards>}}

View File

@ -1,8 +1,5 @@
---
title: "About"
menu:
main:
weight: 1
---
## About

View File

@ -1,4 +1,4 @@
## Public GPG and SSH Keys
## My Public GPG and SSH Keys
### SSH Keys
@ -7,10 +7,10 @@
### GPG Keys
* [`2306AA47A6D7A534B1B7446C836E9E1192A6B132`](/2306AA47A6D7A534B1B7446C836E9E1192A6B132.asc)
* [`082071E0415E0A2D87A2385B5159E88B93B67538`](/082071E0415E0A2D87A2385B5159E88B93B67538.asc)
* [`7B5C0BB6AFCADDC8E3435746B76E53073EE19643`](/7B5C0BB6AFCADDC8E3435746B76E53073EE19643.asc)
* [`90E1D1E935FC6AB94444B15B18FDFA577A8871AD`](/90E1D1E935FC6AB94444B15B18FDFA577A8871AD.asc)
* [`BDB9F424842252FB4D8EEDDCE49AF3B9EF6DD469`](/BDB9F424842252FB4D8EEDDCE49AF3B9EF6DD469.asc)
* [`2306AA47A6D7A534B1B7446C836E9E1192A6B132`](/2306AA47A6D7A534B1B7446C836E9E1192A6B132.txt)
* [`082071E0415E0A2D87A2385B5159E88B93B67538`](/082071E0415E0A2D87A2385B5159E88B93B67538.txt)
* [`7B5C0BB6AFCADDC8E3435746B76E53073EE19643`](/7B5C0BB6AFCADDC8E3435746B76E53073EE19643.txt)
* [`90E1D1E935FC6AB94444B15B18FDFA577A8871AD`](/90E1D1E935FC6AB94444B15B18FDFA577A8871AD.txt)
* [`BDB9F424842252FB4D8EEDDCE49AF3B9EF6DD469`](/BDB9F424842252FB4D8EEDDCE49AF3B9EF6DD469.txt)

View File

@ -1,17 +1,37 @@
baseURL: "https://example.org/"
baseURL: "https://minimal-setups.de"
languageCode: "en-us"
title: "Minimal Setups"
# theme: "ananke"
theme: "hextra"
sectionPagesMenu: "main"
googleAnalystics: ""
params:
# site_logo: "logo.png"
search:
enable: true
type: flexsearch
flexsearch:
index: content
tokenize: forward
footer:
displayCopyright: false
displayPoweredBy: false
menu:
main:
- name: How Tos
pageRef: /HowTos
weight: 1
- name: Articles
pageRef: /articles
weight: 2
- name: Keys
pageRef: /keys
weight: 3
- name: About
pageRef: /about
weight: 4
- name: Search
weight: 5
params:
type: search

View File

@ -1,3 +0,0 @@
copyright: "blablabla"
poweredBy: "blublublu"

@ -1 +0,0 @@
Subproject commit 84b471227ebaf4db0c6f8029cdfaf1aa96308077