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
You'll want to install linkinator
npm install -g linkinator
Then run, from the root directory
linkinator
When a QIP is changed, it's good to pull in any changes through a go module update
hugo mod get -u
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