Shameless plug but I built a tiny unopinionated static site generator that is great for blogs. No toolchain or anything fancy, I just added RSS support too :) It would be my pleasure if someone wants to try it https://github.com/donuts-are-good/bearclaw
Just gave it a (very) quick look > a static site is a site with no fancy clicky things, signups, comments, just plain html Technically I think you can have comments via some embedded widget. Each page is still static, but there's a script tag in there that embeds a widget into the page that gives you commenting, usually via some SaaS I think Disqus was the big one for a while. There was one I saw recently that uses g…
How to Start Your Blog in 2023
221–230 of 257 posts
Re: How to Start Your Blog in 2023
#222Earlier quoted context omitted.
Hugo and Cloudflare Pages is basically free, but you need to find somewhere to host your search.
I use Astro SSG and Cloudflare Pages. I use https://github.com/cloudcannon/pagefind for search on my Astro setup. You can test the search functionality here https://tinyrocket.pages.dev/ . From its repo: "Pagefind runs after any static site generator and automatically indexes the built static files. Pagefind then outputs a static search bundle to your website, and exposes a JavaScript search API that can be used anyw…
https://GitHub.com/fazalmajid/fts5index
Demo: use the search sidebar on blog.majid.info.
But yes, what you describe is how search works on Sphinx-generated documentation sites and is quite impressive technology even before WASM.
Re: How to Start Your Blog in 2023
#223Earlier quoted context omitted.
I'd advise against using "exotic" TLDs if you plan to send mail from this domain.
Define exotic? The large company I work for uses .systems
With .systems I would expect somewhat reduced inbox deliverability but with .icu, .xyz, .top, .live and similar, you can forget about egress email.
Re: How to Start Your Blog in 2023
#224Re: How to Start Your Blog in 2023
#225Really weird that a very obvious choice, Medium, did not make the cut. I'm quite aware of how unpopular it is here on HN, but that's mostly a meme. It doesn't cost anything and there's no ads. Even linking your domain to it used to be free (sadly no longer true). It has a very decent writing experience and the out of the box design is simple but effective. It has a reasonable amount of customization. It has wide supp…
Medium is such a poor blogging platform that you need every post rehosted on archive sites so people can actually read them.
Re: How to Start Your Blog in 2023
#226Really weird that a very obvious choice, Medium, did not make the cut. I'm quite aware of how unpopular it is here on HN, but that's mostly a meme. It doesn't cost anything and there's no ads. Even linking your domain to it used to be free (sadly no longer true). It has a very decent writing experience and the out of the box design is simple but effective. It has a reasonable amount of customization. It has wide supp…
Medium is now dead to me because it prevents the very one thing blogsites must do. Publish the damn blog! The mandatory (unless are able to join their program to opt-out) paywall reduces the number of people who can even see your blog
Re: How to Start Your Blog in 2023
#227Earlier quoted context omitted.
> It's not pretty, but it's zero maintenance. I've been doing that for 10 years now, and I don't think I'd ever go back to a third-party dependency. SSG is third-party dependency in one way.
It seems to me that a text editor is the same sort of dependency as a static site generator. Especially if you store the resulting site as rendered.
Re: How to Start Your Blog in 2023
#228Re: How to Start Your Blog in 2023
#229Re: How to Start Your Blog in 2023
#230Earlier quoted context omitted.
You basically just said wordpress will bitrot but SSG tools are immune.
He appears to me to have said they bitrot in different ways. Which way is preferable is a matter of priorities.
With wordpress you could export it to HTML as a backup but it is an extra step.