Skip to content

Commit

Permalink
README: build time & how to serve locally
Browse files Browse the repository at this point in the history
  • Loading branch information
akoehn committed Apr 1, 2019
1 parent 199dfaa commit 0ea7c82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@ performed to build the site.

Note that building the website is quite a resource-intensive process;
particularly the last step, invoking Hugo, uses about 18~GB of system memory.
Building the anthology takes about 10 minutes on a laptop with an SSD.

(**Note:** This does *not* mean you need this amount of RAM in your system; in
fact, the website builds fine on a laptop with 8 GB of RAM. The system might
temporarily slow down due to swapping, however. The figure of approx. 18 GB is
the maximum RAM usage reported when running `hugo --minify --stepAnalysis`.)

The anthology can be viewed locally by running `hugo server` in the
`hugo/` directory. Note that it rebuilds the site and therefore takes
about a minute to start.

## Contributing

Expand Down

0 comments on commit 0ea7c82

Please sign in to comment.