diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-28 13:53:52 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-28 13:53:52 +0200 |
| commit | 1bb0c3a348a2db79572461e0fd9415a2cf64b3c4 (patch) | |
| tree | b59c163e74b1fd542fa6b08e2afcbe657c498270 /data | |
| parent | 9390e08d4f9a0f3b88e95d2a7df5f99563ed48fc (diff) | |
| download | danixxyz-1bb0c3a348a2db79572461e0fd9415a2cf64b3c4.tar.gz danixxyz-1bb0c3a348a2db79572461e0fd9415a2cf64b3c4.zip | |
feat: enable repository page with single repo display
Diffstat (limited to 'data')
| -rw-r--r-- | data/repos.yaml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/data/repos.yaml b/data/repos.yaml index bf9af4e..3f7c897 100644 --- a/data/repos.yaml +++ b/data/repos.yaml @@ -7,17 +7,17 @@ repos: - "Slackware" - "Pentesting" - - name: "My SlackBuilds" - description_key: "repo_example_2_desc" - github_url: "https://github.com/danixland/my-slackbuilds" - image: "" - tags: - - "Packages" + # - name: "My SlackBuilds" + # description_key: "repo_example_2_desc" + # github_url: "https://github.com/danixland/my-slackbuilds" + # image: "" + # tags: + # - "Packages" - - 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" + # - 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" |
