diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-04 20:08:07 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-04 20:08:07 -0400 |
| commit | 78a88bcb9096f0622d23c64064128f440f53b704 (patch) | |
| tree | f796b87e9eb075bc1ada475ae358fbda3409135f /README.md | |
| parent | cd852b2ec09927dd0f776504ab071a9e60bb3fb2 (diff) | |
Enable building the site offline
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |