I'm currently in the process of developing a front-end website with no backend code, as I plan to host it on GitHub pages. I feel that adding any additional backend functionality would be unnecessary.
Is there a simple method to incorporate common elements of the website onto every webpage? For instance, by utilizing a particular tag that specifies which HTML file to replace that tag with, and then running a command to compile it into the final product? This would save me from having to manually insert my nav-bar code each time I make a minor adjustment.
Are there any NodeJS packages available for this purpose?
I have come across similar inquiries, but none of them seem to address the exact issue I am facing...