From: Danilo M. Date: Fri, 17 Apr 2026 08:43:38 +0000 (+0200) Subject: feat: add repository data file with GitHub repos list X-Git-Tag: release_22042026-1342~154 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=2a871321763c4b8ff33da5d303eee0e698981cc1;p=danix.xyz-2.git feat: add repository data file with GitHub repos list --- diff --git a/data/repos.yaml b/data/repos.yaml new file mode 100644 index 0000000..4e1c2f7 --- /dev/null +++ b/data/repos.yaml @@ -0,0 +1,24 @@ +repos: + - name: "slackbuild-example-1" + description_key: "repo_example_1_desc" + github_url: "https://github.com/danix/slackbuild-example-1" + image: "images/repo-icons/example-1.png" + tags: + - "Slackware" + - "Build System" + + - name: "slackbuild-example-2" + description_key: "repo_example_2_desc" + github_url: "https://github.com/danix/slackbuild-example-2" + image: "images/repo-icons/example-2.png" + tags: + - "Slackware" + - "Package" + + - name: "slackbuild-example-3" + description_key: "repo_example_3_desc" + github_url: "https://github.com/danix/slackbuild-example-3" + image: "images/repo-icons/example-3.png" + tags: + - "Slackware" + - "Utilities"