Description
I currently store the markdown for my posts in one directory and the assets for those posts in another directory. However, I would prefer to store the assets unique to a particular post next to the markdown for that post. As an example, consider the directory structure containing the content of this non-coding.blog site. If I were to structure the content like that for my coding.blog
site, I think I would have to add a path to the assets
config key with each post. In contrast, I think adding a post to that other site only involves creating the markdown (example 1, example 2 part 1 part 2)...though maybe I am misunderstanding something there).
Is it possible to add new page to a CODEDOC site that references a locally stored image so that the markdown for that page and the image are stored near each other and also that no configuration changes are needed?