$(DOCKER_RUN)${DOCKER_IMAGE} new post/$(shell read -p "Post Name (i.e. my_post.md): " pn;echo$$pn)
thumbnails:
@./make-thumbs.sh
clean:
@# Clean up existing generated site
rm -rf public/ resources/
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.