I am building a portfolio site and have projects that I want to host in a site I’m building with Hugo. The structure of the existing content that doesn’t need processing (written in Angular, D3 and three.js) but I want to remain part of the site I’m building, be added to menus and be easy to reference from pages.
Is there an easy way to do it? If it’s not easy, how hard is it?
I have something similar, but only with HTML files. Perhaps this works for you as well: I have a HTML Documentation outside of Hugo. I just copied the files into the static folder because Hugo copies the content in the build automatically. I can link just normal to the index.html like <a href="/documentation/index.html">Documentation</a>.