Learnt a new thing today. Does it mean I should run a different web server like LAMP, LEMP instead of hugo? I really like hugo’s themes. Is there a way to use it and also not use hugo server in production? It’s a hobby project so it really doesn’t matter, but I want to be production ready.
Personally I mostly use GitHub pages for hosting. With GitHub actions you can have GitHub build the site and publish it automatically on each new commit.
Because my goal is not to be a blogger. But to understand operations of website on my own. I’m revoking my github pages and transferring it to self hosted.
Hugo’s development server (started with the hugo server command) is a development server, not a production server. It is intended to help you with development activities such as creating and editing content and templates.