A quick hack I did awhile back to create a static version of a Phoenix app
was to use a small npm script, like so:
“httrack”: “httrack ‘http://0.0.0.0:4000/’ -O ‘./UPLOAD-SITE’ --connection-per-second=3000 --sockets=80 --keep-alive --display --verbose --advanced-progressinfo --disable-security-limits -n -s0 -m -c1000 -A0 --footer ‘’”,
Lately, I have been using VuePress a lot for static site generation:






















