From 887ae9715da4c01ed78d6f133a5071037f4acc07 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 25 Jun 2023 16:18:47 -0400 Subject: [PATCH] correct tag syntax --- content/posts/2020-03-09-creating-an-open-source-nas.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/posts/2020-03-09-creating-an-open-source-nas.md b/content/posts/2020-03-09-creating-an-open-source-nas.md index 7999d9f..984b856 100644 --- a/content/posts/2020-03-09-creating-an-open-source-nas.md +++ b/content/posts/2020-03-09-creating-an-open-source-nas.md @@ -1,7 +1,10 @@ --- title: Creating an open source NAS description: My process for building an open source NAS with a powerful single board computer and a couple of large HDDs -tags: Sysadmin NAS Backups +tags: +- Sysadmin +- NAS +- Backups date: 2020-03-09 23:43 -0400 cover: /assets/posts/disk.png draft: true