fix build?
Homepage / publish (push) Successful in 17s Details

This commit is contained in:
Neale Pickett 2024-08-14 21:24:18 -06:00
parent 4362e4401b
commit 8da6378b3a
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
---
title: Featurephone: still going
title: "Featurephone: still going"
date: 2024-07-30
tags:
- featurephone

View File

@ -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 <<EOD >"$index"
---
title: $TITLE
title: "$TITLE"
date: $YYYY-$MM-$DD
tags:
- untagged