use congo thumb and cover images (#39)
#### 📖 Summary <!-- Provide a summary of your changes. Describe the why and not how. --> #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [x] CI pipeline - [ ] Custom test - [ ] No test plan ##### Details / Justification <!-- Add your test details or justification for missing tests here. --> #### 📚 Additional Notes <!-- A place for additional detail notes. --> Co-authored-by: OCram85 <marco.blessing@googlemail.com> Reviewed-on: #39
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
@ -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
|
||||
|
BIN
content/posts/pscredentialstore-update/cover.png
Normal file
After Width: | Height: | Size: 55 KiB |
@ -20,8 +20,6 @@ tags: ['PSCredentialStore']
|
||||
# sharingLinks: [null]
|
||||
---
|
||||
|
||||
![PSCredLogo](https://gitea.ocram85.com/OCram85/PSCredentialStore/raw/branch/master/assets/social-logo.png)
|
||||
|
||||
<p align="right">
|
||||
<img src="https://forthebadge.com/images/badges/built-with-love.svg">
|
||||
</p>
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -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.
|
||||
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
@ -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
|
||||
|
Before Width: | Height: | Size: 476 KiB After Width: | Height: | Size: 476 KiB |
@ -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
|
||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
@ -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.
|
||||
|