Skip to content

Commit 0b9ba42

Browse files
committed
2024.11.16: Add slug to 2022 posts.
1 parent 7e5fc66 commit 0b9ba42

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

src/content/blog/2022/2022-02-22-updates.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "First Post of 2022"
33
description: "First Post of 2022"
4+
slug: "2022-02-22"
45
pubDatetime: 2022-02-22T00:00:00Z
56
published: true
67
tags: []

src/content/blog/2022/2022-09-02-ship-it-con-2022.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Notes from ShipItCon 2022"
33
description: "Notes from ShipItCon 2022"
4+
slug: "2022-09-02"
45
pubDatetime: 2022-09-02T00:00:00Z
56
published: true
67
tags: []

src/content/blog/2022/2022-09-14-docker-meetup-dublin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Dublin Docker Meetup Sept 22"
33
description: "Dublin Docker Meetup Sept 22"
4+
slug: "2022-09-14"
45
pubDatetime: 2022-09-14T00:00:00Z
56
published: true
67
tags: [docker]

src/content/blog/2022/2022-11-05-hello-mastodon-ie.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "emeraldjava@mastodon.ie"
33
description: "emeraldjava@mastodon.ie"
4+
slug: "2022-11-05"
45
pubDatetime: 2022-11-05T00:00:00Z
56
published: true
67
tags: [social]

src/content/blog/2022/2022-11-20-synology-home-assistent.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
title: "Synology and Remote Home Assistent"
33
description: "Synology and Remote Home Assistent"
4+
slug: "2022-11-20"
45
pubDatetime: 2022-11-20T00:00:00Z
56
published: true
6-
tags: [synology]
7+
tags:
8+
- synology
9+
710
---
811

912
<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} -->

0 commit comments

Comments
 (0)