Hugo - Start
GoHugo from Scratch https://gohugo.io/ Take a fresh VM with OpenBSD ;) otherwise, you have to adapt appropriate …
install pkg Login as User which is part of the “wheel group”. Doas should allow all Users of the Wheel Group to get root.
doas pkg_add hugo-- nginx-- adduser webmaster create a user “webmaster” and prepare virtual directories
doas adduser webmaster doas mkdir /var/www/virtual doas chown webmaster /var/www/virtual/ Update Nginx we need to modify nginx, prepare a site folder and a basic config for the webserver.