First install npm packages
npm install
Second run hugo server for dev
hugo server
For build run just hugo
sudo systemctl stop nginx
cd /etc/nginx/
sudo cp -r conf.d conf.bak
cp -r extractor/nginx/* /etc/nginx/conf.d/
sudo nginx -t
sudo systemctl start nginx
sudo systemctl reload nginx