Is it possible to serve a static site, not necessary a hugo one, using hugo server
command?
cd /path/to/some/static_site
hugo server [option for watching and serving site(NO BUILDING)]
The idea is to use Hugo as a live server during development even for none Hugo sites since it does the job well. Was hoping to avoid pulling in additional build dependency.