From 3dcd2cd2ee846c33086cfa21bfa4b791e1e05af9 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Wed, 5 Jan 2022 14:14:05 +0100 Subject: [PATCH] docs: how to add feed [ci skip] --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0415743..5af4d5b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ See the `sleep ...` statements in the [`compose.yml`](./compose.yml). Where `beta_lumbung_space_` and you see the service name in the [`compose.yml`](./compose.yml). +### How do I add a feed? + +Add your RSS feed URL to [`feeds_list.txt`](./feeds_list.txt) and don't forget [this deploy step](https://git.autonomic.zone/ruangrupa/living-room#deploy-a-new-feeds_list-txt). + ## Hacking ### Generate the site @@ -71,4 +75,4 @@ After a `git pull`, you may need to run `pip install git+https://git.autonomic.z ### Deploy a new `feeds_list.txt` -- Increment the `_v` (e.g. `v1` -> `v2`) in [`compose.yml`](./compose.yml) `configs` to avoid any deployment error +Increment the `_v` (e.g. `v1` -> `v2`) in [`compose.yml`](./compose.yml) `configs` to avoid any deployment error.