Is there an easy to use package for helping non-geek users set up a simple homepage, with static HTML5/CSS3, under their own domain name?
@strypey GitHub Pages? For a single homepage, you could just edit the files directly in the GitHub web interface and sidestep git/command line entirely. Free hosting and supports custom domains.
@chris @strypey
I love GitHub and especially GH Pages.
@strypey I've set up Hugo + rango ( https://github.com/stayradiated/rango ) for a non tech friend. Even though it's a freaking electron app, he's happy with that. You still need a tech guy for the setup though (but I guess it could be easily automated).
What problems (for the non-technical person) do you see with existing popular static site generators?