Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Vinnl/feeds
Example repository for creating your own RSS feeds using Feed me up, Scotty!
https://github.com/Vinnl/feeds
Last synced: 30 days ago
JSON representation
Example repository for creating your own RSS feeds using Feed me up, Scotty!
- Host: GitHub
- URL: https://github.com/Vinnl/feeds
- Owner: Vinnl
- Created: 2021-07-02T10:06:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T17:41:00.000Z (about 2 months ago)
- Last Synced: 2024-10-29T18:59:32.618Z (about 2 months ago)
- Homepage: https://feed-me-up-scotty.vincenttunru.com
- Size: 8.68 MB
- Stars: 137
- Watchers: 4
- Forks: 181
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CI setup for Feed me up, Scotty!
You can fork this repository and edit `feeds.toml` to start generating your own
RSS feeds.# Automatically generate feeds
## On GitHub
To automatically generate feeds twice a day on GitHub:
1. Fork this repository and edit `feeds.toml`.
2. Create a branch called `gh-pages`.
3. Visit the _Actions_ tab for your fork, then enable workflows for your fork.
4. Make sure the Publishing Source for your GitHub Pages site is set to the
`gh-pages` branch.
[Instructions here.](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site)GitHub Actions will then automatically run twice a day to check for updates,
and publish your feeds at `https://.github.io/feeds/`.## On GitLab
To automatically generate feeds on GitLab:
1. Fork this repository and edit `feeds.toml`.
2. [Create a new pipeline schedule](../../pipeline_schedules/new) (Build ˃
Pipeline schedules).
3. Set it to your desired interval (e.g. `30 5,17 * * *` to run at 5:30 and
17:30).
4. 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://.gitlab.io/feeds/`.