CloudCannon / bookshop

📚 A component development workflow for static websites.
MIT License
249 stars 21 forks source link

Illustrate how to reference mounted files #182

Open markdumay opened 11 months ago

markdumay commented 11 months ago

Hugo uses file mounting to create a virtual file system. This allows you to access the files of any included themes and modules as if they were part of the same project. Unfortunately, these mounted files are not exposed to any external tools. I prepared an addendum to the documentation on how to reference these mounted files with Hugo bookshop. Feel free to comment or share your thoughts.