I think so... This is an opinionated answer, if you disagree or if you think something is missing, I would love to hear about it, please open an issue or a pull request.
I posted this website on the Arch Linux subreddit. The post has many interesting comments and valuable links, it is worth having a look.
- Get the code
git clone [email protected]:mpsq/arewewaylandyet.git
cd arewewaylandyet
- Install dependencies
npm install # yarn will work too
- Run the development server
hugo server -D
The server should be accessible at https://localhost:1313.