github-search-rss
Deploy with Github Pages
- azu/github-search-rss → Fork → Copy the
main
branch only (Off) → Create fork. - Fork repo → Actions → Enable.
- Settings → Pages → Build and deployment → Branch →
gh-pages
,/(root)
→ Save. - Edit
BASE_URL
,SEARCH_ITEMS
insrc/RSS.ts
:const BASE_URL = "https://<user>.github.io/github-search-rss"; export const SEARCH_ITEMS: RSSItem[] = [ // For example { title: "goldendict", query: "goldendict sort:updated-desc", TYPE: "REPOSITORY", link: `${BASE_URL}/goldendict.json` }, { title: "keypirinha", query: "keypirinha sort:updated-desc", TYPE: "REPOSITORY", link: `${BASE_URL}/keypirinha-repo.json` } ];
- Commit changes... → Commit changes.
- Wait for actions to run. Then visit
https://<user>.github.io/github-search-rss/
.