@snott I was actually considering Hugo this time around since I wanted to make the server side be less heavy 🙂 From having started blogging way back in the day with a static site generator I wrote myself, I've come full circle and want to do static site generation again so that I don't have to overhead of MySQL (and WordPress) on the server 😛
For nginx, I think I had to add the following line to the config file and that was it:
$uri $uri/ /index.php?$query_string
Of course, at the moment, I'm running Grav locally on MAMP. Haven't actually installed on the server yet. But I generally find that the server is easier since local MAMP tends to be really finicky on an M1 Mac ...
I had one WordPress site (that I was going to transfer) working correctly locally and tried to get the second one working and bam! It suddenly stops working ... I just gave up last night ... Have to try again today since I have this week off and want to try and get the new server set up with all static sites (for the moment) and Akkoma on the same server and be done 🙂