chore: remove run file
This commit is contained in:
parent
e0f6a44823
commit
88a1c38a41
3 changed files with 38 additions and 64 deletions
9
justfile
9
justfile
|
@ -6,14 +6,9 @@ default:
|
|||
start:
|
||||
nix develop --command yarn astro dev --open
|
||||
|
||||
create-daily:
|
||||
create-daily date title:
|
||||
#!/usr/bin/env bash
|
||||
date="$(date +%Y-%m-%d)"
|
||||
filepath="source/_daily_emails"
|
||||
filename="${date}.md"
|
||||
|
||||
touch "${filepath}/${filename}"
|
||||
eval "${EDITOR}" "${filepath}/${filename}"
|
||||
./tools/scripts/create-daily.sh {{ date }} {{ title }}
|
||||
|
||||
deploy sha:
|
||||
rm -fr _deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue