00's called, they want their RSS feeds back.
I was looking at my growing Github gist collection when a sudden urge to blog and make a name for myself "by not programming" struck. Part way into implementing my oh so special static website generator it occurred to me that, quite frankly, Github gists is a pretty decent publishing platform. I mean, it gives you reasonably extended markdown with previews, heck I could even write in org-mode, has comments, follower - followee relationship, extended search with filters, check out locally and push your edits. Did someone say "edit button"?
Thus the idea behind https://git.ht was born: collect gists into RSS feeds and force everyone, kicking and screaming, into the good old days when Google Reader was king. Well, it's a bit more than that now. But basically, you create a gist or grab an old one, name its main file `hoot.md` or `hoot.org` if org-mode is your poison, make it public and voila. These "hoots" make it into your RSS feed and will get permalinks with social graph metatags, so you get nice previews when you share them on Twitter and such.
To take it for a spin:
- pick a subdomain e.g. foo.git.ht,
- navigate you browser there,
- login with Github.
I still consider it alpha, but it should work. Report any issues as you would normally on Github https://github.com/fullmeta-dev/githoot-public.
Thank you
2. The (strangely written IMO) website copy claims there are comments, but I can’t see them on https://vlad.git.ht/2bbf002723aeec77713a8692db2198d3 . Do I need to click through onto GitHub somehow?
3. How do I publish multiple posts? How can I get an index of posts (in a web browser, not in a RSS reader)? I can see multiple posts in the RSS feed https://vlad.git.ht/feed/rss , but those are not discoverable by humans. The single post page has no link (<link> nor <a>) to the RSS feed.
4. The RSS feeds seem to contain raw HTML from the Gist embedding service, including an advertisement for GitHub and some SVG embedded in EVERY post.
4. Going to https://vlad.git.ht/ gets you a very confusing “Are you vlad? | Then you know what to do | Login →” page. Why is this page targeted at vlad but not vlad’s readers? What should vlad’s readers do when they remove the commit hash from the URL and get to the main page?
5. Why would I pay $4/month for this if I can do it for free with any static site generator and GitHub Pages, and it would have much better quality than this?