Skip to content

Commit 2acac88

Browse files
author
Patrick M
committed
fix: tags to lower case
1 parent 74fd33b commit 2acac88

30 files changed

+30
-43
lines changed

src/data/blog/2020/hello-world.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ featured: false
55
draft: false
66
pubDatetime: 2020-07-16T12:00:00
77
slug: hello-world-2020
8-
tags:
9-
- Meta
8+
tags: ["meta"]
109
description: "Finally, I have a blog set up! This is the first post ever."
1110
timezone: "America/New_York"
1211
---

src/data/blog/2021/angular-build-versioning.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
layout: post
33
title: "Adding build versions in Angular"
44
pubDatetime: 2021-03-04T19:30:00
5-
tags:
6-
- Angular 2
7-
- GitOps
8-
- CI/CD
5+
tags: [ "angular 2", "gitops", "CI/CD"]
96
description: "Have you ever found yourself wondering which version of an SPA is running when you pull up your site? This was a problem I wanted to answer in my Angular SPA. Utilizing the `npm version` command in my build pipeline, I was able to include my pipeline build number in my app, significantly decreased troubleshooting time and version confusion."
107
---
118

src/data/blog/2021/asp-net-core-server-setup.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ layout: post
33
slug: net-core-host-setup
44
title: "ASP.Net Core Host Initial Setup"
55
pubDatetime: 2021-04-08T12:00:00
6-
tags:
7-
- .NET
8-
- Server Configuration
6+
tags: [".net", "server configuration" ]
97
description: "I wanted to document some important steps I take setting up a new server for hosting ASP.Net Core apps. These steps change over time as versions and features change, but this post will serve as a good, general guide for things to consider and remember; both for myself and anyone else who stumbles across it!"
108
---
119

src/data/blog/2021/autostart-api-spa-app.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ layout: post
33
slug: autostart-api-spa
44
title: "Start a SPA and it's API in one click"
55
pubDatetime: 2021-06-16T12:00:00
6-
tags:
7-
- Powershell
8-
- Terminal
9-
- Angular 2
10-
- .NET
6+
tags: ["powershell", "terminal", "angular 2", ".NET"]
117
description: 'I''ve been using start or jump scripts for a long time to start up my API and SPA at the same time. With project TYE on the horizon, I thought I would share more about my more simplistic, "poor mans", implementation.'
128
---
139

src/data/blog/2021/outlook-spam-rule.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
layout: post
33
title: "Creating a super Outlook SPAM Rule"
44
pubDatetime: 2021-03-23T22:40:00
5-
tags:
6-
- Outlook
7-
- Spam
5+
tags: ["outlook", "spam"]
86
description: "After signing up for several virtual conferences in 2020, I noticed my work inbox was becoming inundated with junk email. Now this being my work email, I don't use it for any personal correspondence, and frankly never respond to anyone outside of my work's domain. Using Outlook online's email rules, I was able to eliminate all SPAM from my inbox in one easy move."
97
---
108

src/data/blog/2022/debian-lxc-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: "LXC: First commands on a new Debian CT"
44
pubDatetime: 2022-12-18T00:00:00
55
featured: true
6-
tags: ["Proxmox", "LXC", "Debian", "Service Setup"]
6+
tags: ["proxmox", "LXC", "debian", "service setup"]
77
description: "A list of the first commands I run on a new Debian LXC to homogenize and secure my new environment."
88
---
99

src/data/blog/2022/install-pihole-ha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Pi-hole setup with High Availablity"
44
pubDatetime: 2022-12-18T01:00:00
5-
tags: ["PiHole", "Service Setup", "High Availablity", "DNS", "Spam"]
5+
tags: ["pihole", "service setup", "high availablity", "dns", "spam"]
66
description: "This is a step by step guide to set up Pi-hole in a high availability environment. Previously I was using a lone Raspberry Pi 3B to run Pi-hole. The issue with this setup was, if that pi went down, DNS was down on my network, which is definitely unacceptable. So let make it better!"
77
---
88

src/data/blog/2022/lxc-plex-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "LXC: Setting up Plex"
44
pubDatetime: 2022-12-18T23:00:00
5-
tags: ["Plex", "Service Setup"]
5+
tags: ["plex", "service setup"]
66
description: "After setting up a new server, I wanted to migrate my plex install to the more powerful machine. This will be a jump from an i3-2100 to an i5-12500T. A substantial leap in performance."
77
---
88

src/data/blog/2023/adding-figurine-to-login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Adding a Figurine Login Message"
44
pubDatetime: 2023-12-18T00:00:00
5-
tags: ["Linux", "Login", "SSH"]
5+
tags: ["linux", "login", "ssh"]
66
description:
77
"I saw a very interesting video by Alex Kretzschmar about how to add a nice colorful login banner using Figurine
88
that displays the hostname. I thought this would be helpful when working with several SSH sessions, so I added it to my hosts."

src/data/blog/2023/back-up-rpi-live.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Backing up a Raspberry Pi Live"
44
pubDatetime: 2023-06-16T08:00:00
5-
tags: ["Raspberry PI", "Backup"]
5+
tags: ["raspberry pi", "backup"]
66
description: "In a effort to keep all my devices backed up, I have been looking into a way to backup my Raspberry Pi devices."
77
---
88

0 commit comments

Comments
 (0)