Hacker News new | ask | show | jobs
by craftyguy 2902 days ago
> This how I deal with the annoying stuff in Medium.

I deal with it by avoiding medium. Seriously, why support them in any way with page views/whatever if you disagree with their presentation method?

2 comments

I don't follow regularly anything except the HN homepage. However there are many blogs with their own domain that are actually Medium and they get linked to HN every now and then. I wonder if that extension is smart enough to process them too. I use uBlock to hide the Open in App button and the sticky bar, in case the same site will get linked again.
I would be interested in moving on from Medium but haven't found a serviceable alternative. Do you have any recommendations?
Hand written HTML with FTP upload. Any static generator with rsync + ssh. Github pages. Ghost, Known, Kirby, WordPress....

There's a plethora of options.

Static Wordpress. Seriously. WP has the biggest selection of themes, and being static practically removes all common security-related hurdles. Other static generators would come second first. Then Ghost, which aims to be the blogging platform that WP used to be.
I second Ghost for that use case, I'm using it for years already for my personal blog (not very active: https://blog.notmyhostna.me) and it's getting better all the time without getting bloated so far. I never really got started with static site generators as it's just too much overhead for me.

If you don't want to self host it and be even closer to the hands off approach of Medium you can just buy the hosted version.

A self hosted ghost based blog?
Blogger is still around. So is Wordpress. So is Github pages. Blog hosting is a dime a dozen. If you want a Medium-like layout, you can probably get 95% of it with a couple dozen lines of CSS.
Svbtle.

A few dollars a month, and it’s like having your own Medium without the bullshit.

Other alternatives like Ghost or Hugh are good but require a bit of install/maintenance work so they’re not for everyone.

Neocities and a static site generator? Github pages?