From 2faff242ffd4faf7c8c53e4a9317d5d9c930ad09 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 12 Nov 2023 12:45:23 -0500 Subject: Remove obsolete website. The official Haunt page is hosted on my blog now. --- website/manual/Invoking-haunt-serve.html | 107 ------------------------------- 1 file changed, 107 deletions(-) delete mode 100644 website/manual/Invoking-haunt-serve.html (limited to 'website/manual/Invoking-haunt-serve.html') diff --git a/website/manual/Invoking-haunt-serve.html b/website/manual/Invoking-haunt-serve.html deleted file mode 100644 index 19e0b63..0000000 --- a/website/manual/Invoking-haunt-serve.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - - -Haunt Reference Manual: Invoking haunt serve - - - - - - - - - - - - - - - - - - - - -
-

-Previous: , Up: Command-line Interface   [Contents][Index]

-
-
- -

4.2 Invoking haunt serve

- -

The haunt serve command allows one to quickly view a local -preview of the generated website before publishing the finished -product to a remote web server. When haunt serve runs, a -local HTTP server is spawned. Visit the server using a web browser to -inspect the results of the build. By default, the web server listens -on port 8080, so the URL to visit would be -http://localhost:8080. -

-

While developing, it is common to rebuild the site frequently to view -the results of incremental changes. Rather than manually running -haunt build (Invoking haunt build) each time changes -are made, the --watch flag can be used to automatically rebuild -the site when a source file changes on disk. -

-
-
--config=configuration-file
-
-c configuration-file
-

Load the Haunt site declaration from configuration-file. -

-
-
--port=port
-
-p port
-
-

Listen for HTTP requests on port. -

-
-
--watch
-
-w
-
-

Automatically rebuild the site when source files change. -

-
-
- - - - - - -- cgit v1.2.3