Hi, related to my request to getting galleria working (Galleria - will not show any content) I have now realized that I have not installed galleria correctly.
Per the instructions below, I need to place galleria in a spot on my web server, I guess in any place where I can get a path to it…
https://galleriajs.github.io/docs/getting_started/beginners_guide.html
I’m not sure with hugo where I would place galleria:
- can I just copy galleria into the root of my repository? Would hugo server barf on that if it was there, or is there another good spot to put it?
ie if the name of my repository is: brownphotographic
then I could place galleria like this: brownphotographic/galleria
OR
- do I need to also somehow get the whole galleria folder to publish itself to my public folder each time hugo server is run?
I am assuming something more like the latter? Is there a way of configuring hugo to do this as part of the site build?
Thank you