I have a git repo git.mycompany.com/doco that already contains hundreds of markdown document files with many users contributing. I want to publish these documents on github pages using Hugo but don’t want to create a new git repo and duplicate files. All the examples I have seen involve creating a new git repo for the hugo site. Wondering if there’s an example or a tutorial that shows how to build a site from an existing repository.
Thanks!