docs: how to add feed [ci skip]

This commit is contained in:
cellarspoon 2022-01-05 14:14:05 +01:00
parent 60ecda18d6
commit 3dcd2cd2ee
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,10 @@ See the `sleep ...` statements in the [`compose.yml`](./compose.yml).
Where `beta_lumbung_space_<service-name>` 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<n>` (e.g. `v1` -> `v2`) in [`compose.yml`](./compose.yml) `configs` to avoid any deployment error
Increment the `_v<n>` (e.g. `v1` -> `v2`) in [`compose.yml`](./compose.yml) `configs` to avoid any deployment error.