Hi everyone. I am looking for some advice or tips.
I am moving my Vue/Firebase site to a Jekyll site hosted here and I am LOVING the possibilities and flexibility.
I have staticman configured to allow posting a post via a form. The only issue I have not been able to find a solution for uploading an image.
Is there a way, or a tutorial that provides the means to upload an image either to the repo to be processed after the build or even link to an external storage system? Could I somehow make a way to upload the image and grab the URL from firebase storage? I would prefer if I can keep things together on my repo but any solutions better than none.
What is out there?
Thank you all!