begin work on images

This commit is contained in:
Amolith 2023-03-20 10:51:59 -04:00
parent 21410a12d0
commit 75289db380
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
1 changed files with 7 additions and 2 deletions

View File

@ -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: