Deployed at https://theqrl.org
Built and deployed with HUGO_VERSION = "0.97.3". Requires hugo installed (Homebrew recommended for Mac)
Spawn a Hugo development server:
hugo server -D -w
hugo
This may be related to the large number of files processed quickly, and can be fixed with:
sudo launchctl limit maxfiles 65535 200000
ulimit -n 65535
sudo sysctl -w kern.maxfiles=100000
sudo sysctl -w kern.maxfilesperproc=65535