this post was submitted on 09 May 2025
22 points (86.7% liked)

Selfhosted

60177 readers
428 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Oh technomages of c/selfhosted, I come seeking your help once more because anywhere I look there's people trying to sell me on their service, something-something PODCASTS, or RSS for windows and all that, my brain cannot anymore.

I've got a blog I'm serving with nginx, and I would like to implement some sort of RSS feed. I'm pretty much new to the whole thing, but it was recommended to me. I did a bit of research and now I know those are like xml files that you subscribe to.

So, I wanted to know: In your experience, what is the best way to go about this? Do I have to make them myself by hand and put them in an /rss/ directory in the root of my blog? How do people subscribe to them? Got any resources?

I wouldn't mind writing them by hand actually, my whole website is hand-made, gluten free and organic. (maybe not the last one).

Thanks in advance <3

you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person@lemmy.world 4 points 1 year ago (2 children)

Are you talking about just a straight HTML/CSS static blog, or is it created in a framework of some sort?

[–] A_norny_mousse@feddit.org 4 points 1 year ago

This is the important question. On my blog software It's just one short page written in the blog's templating language, very easy to create from scratch.

If the blog is a collection of plain HTML pages, you'll somehow need to collect the pertinent info first (e.g. the ten newest pages, their titles, a short summary).

[–] KazuchijouNo@lemy.lol 1 points 1 year ago

Literally hand-written static html + css