Updating this to work with quartz

main
Nick Dumas 2 years ago
parent f6adc9a129
commit 754fb8a9cd

@ -5,6 +5,6 @@ NOTES=$(find Resources/blog/ -type f -not -path "*drafts/*" -name "*.md" )
for n in $NOTES; do for n in $NOTES; do
BASE=$(basename $n|cut -d'.' -f1) BASE=$(basename $n|cut -d'.' -f1)
mkdir -vp /tmp/blog/content/posts/$BASE mkdir -vp /tmp/blog/content/notes/$BASE
cp -v $n /tmp/blog/content/posts/$BASE/index.md cp -v $n /tmp/blog/content/notes/$BASE/index.md
done done

Loading…
Cancel
Save