Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change port Number In Hugo static site?

Tags:

hugo

we Host a new site in windows machine unable to change port number 1313 to 80 Its possible to change?

like image 374
GOWTHAM GUNASEELAN Avatar asked Aug 31 '25 01:08

GOWTHAM GUNASEELAN


1 Answers

See the official doc, you could try to use the -p option:

$ hugo server -b http://localhost/yoursite -p 80
like image 86
navylover Avatar answered Sep 06 '25 03:09

navylover