Github page for my account hosted at https://ceesbos.nl
git clone --recurse-submodules --depth 1 git@github.com:cbos/cbos.github.io.git
Documentation about convert: https://imagemagick.org/script/convert.php
# https://imagemagick.org/script/convert.php
#Resize
magick convert image.png -resize 1200 image_resized.png
magick convert image.png -resize 50% image_resized.png
# Rotate
magick convert unconference2.jpg -distort SRT -90 unconf_rotate.jpg
just create-post "New Title"
See https://gohugo.io/render-hooks/blockquotes/#alerts
Tip
Helpful advice for doing things better or more easily.
Note
Useful information that users should know, even when skimming content.
Important
Key information users need to know to achieve their goal.
Warning
Urgent info that needs immediate user attention to avoid problems.
Caution
Advises about risks or negative outcomes of certain actions.
[!QUESTION] Advises about risks or negative outcomes of certain actions.