13 ms·
It's a static site generator. You have some templates, some content, some themes, all in a repo. Hugo looks at that and generates some HTML that you then need
by trustno2 2y ago
It's a static site generator. You have some templates, some content, some themes, all in a repo.
Hugo looks at that and generates some HTML that you then need to somehow serve yourself.
It has some positives and negatives with respect to WordPress. Mostly, unlike WordPress, you don't have auth (authentication AND authorization) within the system itself, but have some access to some repo+some CI system+some upload system+some HTTP server through.... some other means.