How to keep all post assets in post folder #193
Unanswered
pawelklimczyk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Very often my blogposts have additional files. Images, zip packages etc.
For future maintenance I find very useful to keep all those "post assets" kept along with the post in same folder.
Every post in separate folder.
Sample
folder "content/post123" with post.md and test.jpg.
Public url
https://<blog-url>/articles/post123/- post urlPublic url
https://<blog-url>/articles/post123/test.jpg- image url.How can I accomplish that ?
Beta Was this translation helpful? Give feedback.
All reactions