refactor: use a content collection for daily posts
This commit is contained in:
parent
58061a8e59
commit
9088ed2101
150 changed files with 1192 additions and 61 deletions
2
run
2
run
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue