From 8da6378b3aa301419b9320d35238a800967531d9 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 14 Aug 2024 21:24:18 -0600 Subject: [PATCH] fix build? --- .../index.md | 2 +- content/blog/new | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename content/blog/2024/{07-30-featurephone:-still-going => 07-30-featurephone-still-going}/index.md (97%) diff --git a/content/blog/2024/07-30-featurephone:-still-going/index.md b/content/blog/2024/07-30-featurephone-still-going/index.md similarity index 97% rename from content/blog/2024/07-30-featurephone:-still-going/index.md rename to content/blog/2024/07-30-featurephone-still-going/index.md index 4f422b4..835618b 100644 --- a/content/blog/2024/07-30-featurephone:-still-going/index.md +++ b/content/blog/2024/07-30-featurephone-still-going/index.md @@ -1,5 +1,5 @@ --- -title: Featurephone: still going +title: "Featurephone: still going" date: 2024-07-30 tags: - featurephone diff --git a/content/blog/new b/content/blog/new index b390445..25de07b 100755 --- a/content/blog/new +++ b/content/blog/new @@ -20,14 +20,14 @@ YYYY="$(date +%Y)" MM="$(date +%m)" DD="$(date +%d)" -slug=$(echo "$SLUG" | tr 'A-Z ' 'a-z-') +slug=$(echo "$SLUG" | tr 'A-Z ' 'a-z-' | tr -d ':') dir="$YYYY/$MM-$DD-$slug" index="$dir/index.md" mkdir -p "$dir" cat <"$index" --- -title: $TITLE +title: "$TITLE" date: $YYYY-$MM-$DD tags: - untagged