]> danix's work - danix.xyz-2.git/commitdiff
feat: add repository data file with GitHub repos list
authorDanilo M. <redacted>
Fri, 17 Apr 2026 08:43:38 +0000 (10:43 +0200)
committerDanilo M. <redacted>
Fri, 17 Apr 2026 08:43:38 +0000 (10:43 +0200)
data/repos.yaml [new file with mode: 0644]

diff --git a/data/repos.yaml b/data/repos.yaml
new file mode 100644 (file)
index 0000000..4e1c2f7
--- /dev/null
@@ -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"