DEV Community

Discussion on: Wordpress Sucks. Let's Switch to Static Site Generators!

Collapse
 
maymeow profile image
May Meow • Edited

Do you use hugo to serve pages? (just running hugo in docker?)

Im using hugo to build page with Gitlab-Ci and then its hosted with gitlab pages / nginx or pushed to custom hosing if clients have one.

Collapse
 
elabftw profile image
eLabFTW

Yes hugo server is serving the pages and HAproxy is taking care of terminating TLS.