diff --git a/justfile b/justfile index 385485f079bbdcad8c7711eb098b0bf392cd0c42..18680be4541ae28e372495af79b0e2b95f0ef1f0 100644 --- a/justfile +++ b/justfile @@ -62,8 +62,13 @@ docs ext: # Generate cover images images: - # Generating cover images ... - # TODO: Generate covers for posts that have changed or that have no cover + #!/usr/bin/env bash + + echo -e '\033[1m# Checking whether there are cover images to generate ...\033[0m' + + echo -e '\033[1m# \033[4mTODO\033[0m\033[1m: Generate covers for posts that have changed or that have no cover\033[0m' + # wkhtmltoimage -f png --width 1200 --height 630 /tmp/file.html /tmp/file.png + # optipng -o4 file.png # Run development server serve: