]> danix's work - danix.xyz-2.git/commitdiff
feat: enable repository page with single repo display
authorDanilo M. <redacted>
Tue, 28 Apr 2026 11:53:52 +0000 (13:53 +0200)
committerDanilo M. <redacted>
Tue, 28 Apr 2026 11:53:52 +0000 (13:53 +0200)
content/en/repository/index.md
content/it/repository/index.md
data/repos.yaml
hugo.toml
i18n/en.yaml
i18n/it.yaml

index 56140d633afc65d6fa54f55879ddecaeb672ae34..96a41edee2fbd342a112614763b87bb388b3bd74 100644 (file)
@@ -1,7 +1,6 @@
 +++
 title = "Slackware Repository"
 date = 2026-04-17T00:00:00Z
-draft = true
 +++
 
 This is a **Slackware64-current** repository, my packages are built on and managed for slackware64-current. When I release a package that can build on the latest stable version of Slackware, I'll try to publish it to [slackbuilds.org](https://slackbuilds.org/), but if the package comes from this repository, you can assume it's for `-current` only.
index c49ed3063a302bcc9c46a5b676839aed434d954e..702664053a114c1f720edea9eed537f5378fad14 100644 (file)
@@ -1,7 +1,6 @@
 +++
 title = "Repository Slackware"
 date = 2026-04-17T00:00:00Z
-draft = true
 +++
 
 Questo è un repository **Slackware64-current**; i miei pacchetti sono compilati e gestiti per slackware64-current. Quando rilascio un pacchetto che può essere compilato sull'ultima versione stable di Slackware, provo a pubblicarlo su [slackbuilds.org](https://slackbuilds.org/), ma se il pacchetto proviene da questo repository, date per certo che sia solo per `-current`.
index bf9af4eb67528ba52aee3bfcc272215ab1ba8d4d..3f7c8977543cb875e8593dc9002efe172a771b11 100644 (file)
@@ -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"
index 885cbd2038df0618c4f8e128de2ded10fa3e9297..505befb01268a32e6b1b266f0604012c8faf970d 100644 (file)
--- a/hugo.toml
+++ b/hugo.toml
@@ -69,11 +69,11 @@ enableRobotsTXT = true
       name = "here"
       weight = 3
 
-    [[languages.it.menus.main]]
-      identifier = "repository"
-      pageRef = "/repository"
-      name = "repo"
-      weight = 4
+    [[languages.it.menus.main]]
+      identifier = "repository"
+      pageRef = "/repository"
+      name = "repo"
+      weight = 4
 
     [[languages.it.menus.main]]
       identifier = "legal"
@@ -108,11 +108,11 @@ enableRobotsTXT = true
       name = "here"
       weight = 3
 
-    [[languages.en.menus.main]]
-      identifier = "repository"
-      pageRef = "/repository"
-      name = "repo"
-      weight = 4
+    [[languages.en.menus.main]]
+      identifier = "repository"
+      pageRef = "/repository"
+      name = "repo"
+      weight = 4
 
     [[languages.en.menus.main]]
       identifier = "legal"
index 0be4b62f76ddb912c5858d5cb8fd9e5bdc68e46a..f46474811b23a35cca537630289838a08e332eed 100644 (file)
@@ -145,30 +145,30 @@ redPill:
 easterEggTitle:
   other: "Choose Your Path"
 
-# Repository Page
-repositoryTitle:
-  other: "Slackware Repository"
-repositorySubtitle:
-  other: "Download and install my curated Slackware packages"
-quickStartTitle:
-  other: "Quick Start"
-copyCommand:
-  other: "Copy"
-copiedMessage:
-  other: "Copied to clipboard!"
-installationTitle:
-  other: "Installation"
-usageTitle:
-  other: "Usage"
-availablePackagesTitle:
-  other: "Available Packages"
-githubReposTitle:
-  other: "GitHub SlackBuild Repositories"
-visitGithub:
-  other: "Visit GitHub"
+# Repository Page
+repositoryTitle:
+  other: "Slackware Repository"
+repositorySubtitle:
+  other: "Download and install my curated Slackware packages"
+quickStartTitle:
+  other: "Quick Start"
+copyCommand:
+  other: "Copy"
+copiedMessage:
+  other: "Copied to clipboard!"
+installationTitle:
+  other: "Installation"
+usageTitle:
+  other: "Usage"
+availablePackagesTitle:
+  other: "Available Packages"
+githubReposTitle:
+  other: "GitHub SlackBuild Repositories"
+visitGithub:
+  other: "Visit GitHub"
 repo_example_1_desc:
   other: "A curated collection of programs, tools, libraries and various utilities, ready to be compiled and installed on Slackware."
-repo_example_2_desc:
-  other: "Various SlackBuild scripts, following SlackBuilds.org conventions wherever is possible."
+repo_example_2_desc:
+  other: "Various SlackBuild scripts, following SlackBuilds.org conventions wherever is possible."
 # repo_example_3_desc:
 #   other: "SlackBuild scripts for Example Package 3. Utility package for system administration and configuration."
index 27c5c84606d340b352c81dbe75bdb163fe9893fe..438eb8abb37ef0a5fed26fb6a2b574b8ec8c0ce1 100644 (file)
@@ -145,32 +145,32 @@ redPill:
 easterEggTitle:
   other: "Scegli il Tuo Percorso"
 
-# Repository Page
-repositoryTitle:
-  other: "Repository Slackware"
-repositorySubtitle:
-  other: "Scarica e installa i miei pacchetti Slackware curati"
-quickStartTitle:
-  other: "Inizio Rapido"
-copyCommand:
-  other: "Copia"
-copiedMessage:
-  other: "Copiato negli appunti!"
-installationTitle:
-  other: "Installazione"
-usageTitle:
-  other: "Utilizzo"
-availablePackagesTitle:
-  other: "Pacchetti Disponibili"
-githubReposTitle:
-  other: "Repository GitHub SlackBuild"
-visitGithub:
-  other: "Visita GitHub"
+# Repository Page
+repositoryTitle:
+  other: "Repository Slackware"
+repositorySubtitle:
+  other: "Scarica e installa i miei pacchetti Slackware curati"
+quickStartTitle:
+  other: "Inizio Rapido"
+copyCommand:
+  other: "Copia"
+copiedMessage:
+  other: "Copiato negli appunti!"
+installationTitle:
+  other: "Installazione"
+usageTitle:
+  other: "Utilizzo"
+availablePackagesTitle:
+  other: "Pacchetti Disponibili"
+githubReposTitle:
+  other: "Repository GitHub SlackBuild"
+visitGithub:
+  other: "Visita GitHub"
 
 # # Repository Descriptions
 repo_example_1_desc:
   other: "Una raccolta di programmi, tool, librerie e varie utility selezionate; pronte per essere compilate e installate su Slackware."
-repo_example_2_desc:
-  other: "Vari script SlackBuild, seguo gli standard di SlackBuilds.org ovunque possibile."
+repo_example_2_desc:
+  other: "Vari script SlackBuild, seguo gli standard di SlackBuilds.org ovunque possibile."
 # repo_example_3_desc:
 #   other: "Script SlackBuild per Pacchetto Esempio 3. Pacchetto di utilità per amministrazione di sistema e configurazione."