|
|
|
|
|
by a-saleh
2213 days ago
|
|
I use netlify. Server static pages, has good integration with lets-encrypt and even supports the 'point me to a github repo and I will rebuild for you' workflow. I am in the free tier, and there is no hchance my blog would ever get out of it (unless the free tier gets nixed) For static sites you can emulate this workflow fairly cheaply, from github-pages, to serving with aws s3, or simmilar (I have an abandoned blog on s3 and pay ~cents a month, but I never fully grokked aws pricing) If you need people that wouldn't edit text/markdown/html directly, there are even git-based cms, that can abstract away the dev-friendly 'edit text, commit, push to repo' to more user friendly 'login somewhere and click a button to change content'. |
|