Hello,
I’m setting up a Hugo site on gitlab using their automated build process. I’d like to install a letsencrypt SSL certificate but to validate, the cert program needs to hit an html page that is just the token, nothing else. The hugo theme generates lots of markup which interferes in the reading of the token. Is there a way to bypass the theme rendering and just provide the token text?
Thanks in advance!