makefile update

This commit is contained in:
James Tomasino 2023-04-12 10:32:52 +00:00
parent 6d997bd77c
commit 53c92d98b0
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ review: ## create new 5-star review post
export title_slug=$$post_date_slug-`echo $${title:-Untitled} | sed -E -e 's/[^[:alnum:]]/-/g' -e 's/^-+|-+$$//g' | tr -s '-' | tr A-Z a-z`; \
export post_path=review/$$title_slug.gmi; \
printf "# %s\n" "$$title" > $$post_path; \
printf "⭐⭐⭐⭐⭐\n" >> $$post_path; \
printf "## Five Star Review\n" >> $$post_path; \
printf "⭐⭐⭐⭐⭐\n" >> $$post_path; \
printf "\n\n" >> $$post_path; \
printf "Originally Published %s at:\n" "$$post_date" >> $$post_path; \
printf "gemini://tilde.team/~tomasino/%s\n" "$$post_path" >> $$post_path; \