|
|
|
|
|
by awill
3023 days ago
|
|
I get that this is easy, but there are 2 main cons: 1. It is $4 a month (that's a lot for a really a simple static page) 2. Vendor lock-in. These sites come and go and might not be around in a couple of years. This is why I recommend Hugo hosted on netlify. Sure, it has a learning curve (but plenty of open source themes make it fairly easy).
Hugo spits out plain HTML so there is no lock-in, and netlify hosts for free. If Netlify goes away, I can host somewhere else. |
|
I'm not a frontend web guy at all so I'm trying to avoid doing as much of that work as possible. Wordpress seems like it would be pretty much perfect, but for the life of me I can't get it working with docker and HTTPS. All of the solutions involve editing some php files that are easy enough to edit without docker, but I would probably have to make a custom docker image to make it work in a container. Bleh.
Ghost is OK but it has like 0 customization and the themes are all 4 years old and no longer work properly.
In any case what I'm getting at is I'd happy pay like $50 or $60 for a simple CMS thing that has some themes and whatnot, but I want to host it myself. And I don't want to pay monthly for it.
Thanks for the Hugo suggestion, I'm checking it out now. I had never heard of it before.