summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2023-08-04 20:08:07 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2023-08-04 20:08:07 -0400
commit78a88bcb9096f0622d23c64064128f440f53b704 (patch)
treef796b87e9eb075bc1ada475ae358fbda3409135f /README.md
parentcd852b2ec09927dd0f776504ab071a9e60bb3fb2 (diff)
Enable building the site offline
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 745fa1e..51d640c 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,8 @@ Posts must be compiled before the website can be built (otherwise `haunt/posts`
When all of the articles have been compiled, the website can be built by running `haunt build` in the `haunt/` directory.
When `haunt build` completes, the output will be at `haunt/site/`.
+It may take a minute to fetch comments and webmentions.
+The build process can be sped up by setting the `HAUNT_SKIP_COMMENTS` environment variable.
## Deploying