You can fork this repository and edit feeds.toml
to start generating your own
RSS feeds.
To automatically generate feeds twice a day on GitHub:
- Fork this repository and edit
feeds.toml
. - Create a branch called
gh-pages
. - Visit the Actions tab for your fork, then enable workflows for your fork.
GitHub Actions will then automatically run twice a day to check for updates,
and publish your feeds at https://<username>.github.io/feeds/
.
To automatically generate feeds on GitLab:
- Fork this repository and edit
feeds.toml
. - Create a new pipeline schedule (CI/CD ˃ Schedules).
- Set it to your desired interval (e.g.
30 5,17 * * *
to run at 5:30 and 17:30). - Hit "Save pipeline schedule".
GitLab CI/CD will then automatically run at your selected interval to check for
updates, and publish your feeds at https://<username>.gitlab.io/feeds/
.