The simplest way I can think of is Netlify. You can drag and drop a folder to deploy it. You'll get a sort of random looking domain and HTTPS. From there you can configure your own domain and deploy from GitHub etc. if you choose, but it's not required.
I have never gotten in to the nitty-gritty of what Netlify can do but the free tier is my go-to tool for posting fun little side projects. Buy a domain, create a new site linked to a Github repo, and write HTML and push! (Not a paid shill, just a happy user) But to the question asker's original point > what's the easiest way to sync a TXT file onto the web? For my personal website I use a custom static site generator…
Ask HN: What's the quickest way to get something online?
31–40 of 56 posts
Re: Ask HN: What's the quickest way to get something online?
#32What were the steps 10 years ago that weren’t complex? I probably would have reached for Heroku back then. Or possibly my VPS on Dreamhost where I could FTP something into a folder served by Apache. Both of these are still an option. Today, I reach for Netlify which I think is easier—-just drag and drop a folder if git is too much.
> What were the steps 10 years ago that weren’t complex? I would really like to hear the answer to that! And why the 10-years-ago thing can't be done today.
I would think with improvements in tech, things would actually become simpler.
Re: Ask HN: What's the quickest way to get something online?
#33> It got my wondering: why isn't it easier today to put something on the internet than it was 10 years ago? What did the "easy" way look like 10 years ago? I don't recall any method that wouldn't require at least some manual steps.
I'm wondering why nothing simpler/more automatic has popped up.
Re: Ask HN: What's the quickest way to get something online?
#34Re: Ask HN: What's the quickest way to get something online?
#35Re: Ask HN: What's the quickest way to get something online?
#36just connect your computer to the internet without firewall and no patches applied. will be online almost immediately ;-)
Will also be offline in about the same timeframe, too (-:
Re: Ask HN: What's the quickest way to get something online?
#37Re: Ask HN: What's the quickest way to get something online?
#38From what I remember, everything always had a few steps... Perhaps you're suffering from "rosy retrospection"?!