DEV Community

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

Collapse
 
elabftw profile image
eLabFTW

I use Hugo, it's great and fast and all is in markdown. Put HAproxy in front of it to handle TLS and you're good to go! Everything in docker too ;)

Collapse
 
paqman85 profile image
Glenn Paquette

I've been playing with Hugo a bit! I like it so far. :) Thanks for the recommendation.

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.