Creating a Blog in Gemini://

23 points by FedericoSchonborn


koala

A few notes:


Now, a blog in a Gemini capsule is usually called a gemlog, and although there's no official gemlog spec, the community has settled on some norms:

https://geminiprotocol.net/docs/companion/subscription.gmi is a "companion specification", but it is "somewhat official"! (And some clients will use implicit feeds; you can subscribe to gemtext implicit feeds in Lagrange, for example.)

I also find it one of the most powerful ideas in Gemini. Whereas providing a feed in HTML is tough and likely requires programming, providing a Gemini feed can be done with much less knowledge in gemtext!


The preformatted link blocks at the bottom could be regular links? You can link to Gemini URLs, such as my blog in HTML and if you have things set up correctly, it will work.


I've said it a million times, but it seems useful for me. Gemini is performative art. You don't even have to use Gemini to learn from it! I encourage people to study it even if they think they'll never use it, because it will change how you do things (for the better).

I finally discovered someone who made their blog and SSG gemtext-first, but they don't even run a Gemini server.

I made my site gemtext first too, although I run a Gemini server for it mostly for kicks. I described my tricks to run a dual HTTP/HTML + Gemini/gemtext site, I think they're quite interesting.