diff --git a/content/posts/pi-hole-as-docker-swarm-stack/black-hole.jpg b/content/posts/pi-hole-as-docker-swarm-stack/feature.jpg similarity index 100% rename from content/posts/pi-hole-as-docker-swarm-stack/black-hole.jpg rename to content/posts/pi-hole-as-docker-swarm-stack/feature.jpg diff --git a/content/posts/pi-hole-as-docker-swarm-stack/index.md b/content/posts/pi-hole-as-docker-swarm-stack/index.md index ea3fb82..5e87d54 100644 --- a/content/posts/pi-hole-as-docker-swarm-stack/index.md +++ b/content/posts/pi-hole-as-docker-swarm-stack/index.md @@ -16,8 +16,6 @@ tags: ['pihole', 'swarm', 'stack'] # sharingLinks: [null] --- -{{< figure src="black-hole.jpg" width="600" height="800" caption="Photo by Kamesh Vedula on Unsplash." >}} - ## Intro Many of you already know [Pi-hole](https://pi-hole.net/) as a trusted DNS firewall solution in your home labs. But diff --git a/content/posts/pscredentialstore-update/cover.png b/content/posts/pscredentialstore-update/cover.png new file mode 100644 index 0000000..f111fa9 Binary files /dev/null and b/content/posts/pscredentialstore-update/cover.png differ diff --git a/content/posts/pscredentialstore-update/index.md b/content/posts/pscredentialstore-update/index.md index c4f4c06..2eecc66 100644 --- a/content/posts/pscredentialstore-update/index.md +++ b/content/posts/pscredentialstore-update/index.md @@ -20,8 +20,6 @@ tags: ['PSCredentialStore'] # sharingLinks: [null] --- -![PSCredLogo](https://gitea.ocram85.com/OCram85/PSCredentialStore/raw/branch/master/assets/social-logo.png) -

diff --git a/content/posts/psmodulebase/note.jpg b/content/posts/psmodulebase/feature.jpg similarity index 100% rename from content/posts/psmodulebase/note.jpg rename to content/posts/psmodulebase/feature.jpg diff --git a/content/posts/psmodulebase/index.md b/content/posts/psmodulebase/index.md index 890a607..3929520 100644 --- a/content/posts/psmodulebase/index.md +++ b/content/posts/psmodulebase/index.md @@ -19,8 +19,6 @@ tags: ['ModuleBase', 'config'] # sharingLinks: [null] --- -![note](note.jpg 'Photo by [Sigmund](https://unsplash.com/@sigmund) on [Unsplash](https://unsplash.com)') - ## 🖼️ Intro This article explains with a practical example how to determine and use the current module base path. diff --git a/content/posts/pstypename/ship.jpg b/content/posts/pstypename/feature.jpg similarity index 100% rename from content/posts/pstypename/ship.jpg rename to content/posts/pstypename/feature.jpg diff --git a/content/posts/pstypename/index.md b/content/posts/pstypename/index.md index 9d50421..13ebc06 100644 --- a/content/posts/pstypename/index.md +++ b/content/posts/pstypename/index.md @@ -18,8 +18,6 @@ showDateUpdated: true # sharingLinks: [null] --- -![ship](ship.jpg 'Photo by [Rod Long](https://unsplash.com/@rodlong) on [Unsplash](https://unsplash.com)') - ## 🖼️ Intro This post explains how to use `PSCustomObject`s as function parameters. We compare the basic usage with an diff --git a/content/posts/pwsh-read-only-class-properties/vader_cube.png b/content/posts/pwsh-read-only-class-properties/feature.png similarity index 100% rename from content/posts/pwsh-read-only-class-properties/vader_cube.png rename to content/posts/pwsh-read-only-class-properties/feature.png diff --git a/content/posts/pwsh-read-only-class-properties/index.md b/content/posts/pwsh-read-only-class-properties/index.md index e2abc65..6fa834b 100644 --- a/content/posts/pwsh-read-only-class-properties/index.md +++ b/content/posts/pwsh-read-only-class-properties/index.md @@ -18,9 +18,6 @@ tags: ['class', 'read-only', 'properties'] # showEdit: false # sharingLinks: [null] --- - -{{< figure src="vader_cube.png" width="800" height="800">}} - {{< note >}} If you're not familiar with Powershell classes I suggest you reading this awesome blog article from Michael Willis [Powershell v5 Classes & Concepts](https://xainey.github.io/2016/powershell-classes-and-concepts/). It covers diff --git a/content/posts/pwsh-resources/res-posh.jpg b/content/posts/pwsh-resources/feature.jpg similarity index 100% rename from content/posts/pwsh-resources/res-posh.jpg rename to content/posts/pwsh-resources/feature.jpg diff --git a/content/posts/pwsh-resources/index.md b/content/posts/pwsh-resources/index.md index 7963943..e0c2e0b 100644 --- a/content/posts/pwsh-resources/index.md +++ b/content/posts/pwsh-resources/index.md @@ -9,8 +9,6 @@ tags: ['resources'] draft: false --- -{{< figure src="res-posh.jpg" width="1200" height="800" caption="Photo by Eugenio Mazzone on Unsplash." >}} - ## The Journey Begins Now Young Novice In this section you find the most basic stuff. It's aimed to help beginners who just got in touch with PowerShell.