refactor: use a content collection for daily posts

This commit is contained in:
Oliver Davies 2023-04-09 11:25:12 +01:00
parent 58061a8e59
commit 9088ed2101
150 changed files with 1192 additions and 61 deletions

2
run
View file

@ -18,7 +18,7 @@ function task:daily {
next_date="${1}"
fi
local filepath="src/daily-emails/${next_date}.md"
local filepath="src/content/daily-email/${next_date}.md"
shift 1