pub fn serve_site(site_dir: &Path) -> Result<()>Expand description
Converts a site directory path to a string and starts an HTTP server.
This function blocks while the server is running.
ยงErrors
Returns an error if site_dir contains invalid UTF-8.