What I am trying to do:
Building my first blog using the ananke theme.
I want all my images to be watermarked( inlcuding featured images) either by text or logo.
My idea:
Using Image Processing. So I placed my images in a global resource: the assets directory. Now I want to apply a image filter.
My problem:
It is my understading that I now have to create a new shortcode as shown in this exampleand import it into all my markdown files? Or do I have to overwrite something else inside the _default folder?
1.) The different ways to organise your images: 1. Put content related images inside bundles in /content, 2. Other images that you want to process in /assets and 3. Static images with ho need for processing in /static
2.) You probably would want to to just use regular markdown to include your images, and then load them and watermark them in a render hook.