diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-26 18:13:51 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-26 18:13:51 +0200 |
| commit | 722852196843c25ffe416805844d741a4af132bd (patch) | |
| tree | 064184582b734a00f0072b2ab01158baa182eec7 | |
| parent | a1d1b8917ba9a74242bddd049d4e6dd2bec4531f (diff) | |
| parent | 775bf8552233258e4e440ceab71ccc3da7d6b8b8 (diff) | |
| download | danixxyz-722852196843c25ffe416805844d741a4af132bd.tar.gz danixxyz-722852196843c25ffe416805844d741a4af132bd.zip | |
Merge slackware-projects: Slackware section, menu restructure, project pages
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| -rw-r--r-- | content/en/slackware/_index.md | 8 | ||||
| -rw-r--r-- | content/it/slackware/_index.md | 8 | ||||
| -rw-r--r-- | hugo.toml | 22 | ||||
| -rw-r--r-- | i18n/en.yaml | 14 | ||||
| -rw-r--r-- | i18n/it.yaml | 14 | ||||
| m--------- | themes/danix-xyz-hacker | 0 |
6 files changed, 58 insertions, 8 deletions
diff --git a/content/en/slackware/_index.md b/content/en/slackware/_index.md new file mode 100644 index 0000000..cc5ecd8 --- /dev/null +++ b/content/en/slackware/_index.md @@ -0,0 +1,8 @@ ++++ +title = "Slackware" +date = 2026-06-26T00:00:00Z ++++ + +I build and run everything on **Slackware**. This page collects the projects +I maintain around it, and the reasons I keep choosing it: simplicity, +transparency, and staying out of my way. diff --git a/content/it/slackware/_index.md b/content/it/slackware/_index.md new file mode 100644 index 0000000..8f669a7 --- /dev/null +++ b/content/it/slackware/_index.md @@ -0,0 +1,8 @@ ++++ +title = "Slackware" +date = 2026-06-26T00:00:00Z ++++ + +Costruisco e uso tutto su **Slackware**. Questa pagina raccoglie i progetti +che mantengo intorno ad essa, e i motivi per cui continuo a sceglierla: +semplicità, trasparenza, e non mettersi in mezzo. @@ -77,16 +77,23 @@ enableEmoji = true [[languages.it.menus.main]] identifier = "gitrepo" url = "https://git.danix.xyz/" - name = "gitrepo" + name = "Progetti" weight = 4 [languages.it.menus.main.params] external = true [[languages.it.menus.main]] + identifier = "slackware" + pageRef = "/slackware" + name = "slackware" + weight = 5 + + [[languages.it.menus.main]] identifier = "repository" pageRef = "/repository" name = "repo" - weight = 5 + parent = "slackware" + weight = 1 [[languages.it.menus.main]] identifier = "legal" @@ -124,16 +131,23 @@ enableEmoji = true [[languages.en.menus.main]] identifier = "gitrepo" url = "https://git.danix.xyz/" - name = "gitrepo" + name = "Projects" weight = 4 [languages.en.menus.main.params] external = true [[languages.en.menus.main]] + identifier = "slackware" + pageRef = "/slackware" + name = "slackware" + weight = 5 + + [[languages.en.menus.main]] identifier = "repository" pageRef = "/repository" name = "repo" - weight = 5 + parent = "slackware" + weight = 1 [[languages.en.menus.main]] identifier = "legal" diff --git a/i18n/en.yaml b/i18n/en.yaml index 3714ea3..658c962 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -5,8 +5,7 @@ home: "Home" articles: "Articles" about: "About" here: "Contact" -gitrepo: "Git Repository" -repo: "Repo" +repo: "Packages" legal: "Privacy" language: "Language" toggleTheme: "Theme" @@ -184,6 +183,17 @@ repo_example_2_desc: # repo_example_3_desc: # other: "SlackBuild scripts for Example Package 3. Utility package for system administration and configuration." +# Slackware Section +slackware: "Slackware" +slackwareTitle: "Slackware" +slackwareSubtitle: "Projects I build and maintain on Slackware." +projectStatus: "Status" +viewRepo: "View repository" +status-active: "active" +status-maintained: "maintained" +status-wip: "wip" +status-archived: "archived" + # CTA Block shortcode actions_cta: "Open link" diff --git a/i18n/it.yaml b/i18n/it.yaml index 7c7f85b..402203a 100644 --- a/i18n/it.yaml +++ b/i18n/it.yaml @@ -5,8 +5,7 @@ home: "Home" articles: "Articoli" about: "Chi Sono" here: "Contatti" -gitrepo: "Repository Git" -repo: "Repo" +repo: "Pacchetti" legal: "Privacy" language: "Lingua" toggleTheme: "Tema" @@ -186,6 +185,17 @@ repo_example_2_desc: # repo_example_3_desc: # other: "Script SlackBuild per Pacchetto Esempio 3. Pacchetto di utilità per amministrazione di sistema e configurazione." +# Sezione Slackware +slackware: "Slackware" +slackwareTitle: "Slackware" +slackwareSubtitle: "Progetti che costruisco e mantengo su Slackware." +projectStatus: "Stato" +viewRepo: "Vedi repository" +status-active: "attivo" +status-maintained: "mantenuto" +status-wip: "in corso" +status-archived: "archiviato" + # Shortcode CTA Block actions_cta: "Apri il link" diff --git a/themes/danix-xyz-hacker b/themes/danix-xyz-hacker -Subproject 91eeea0d6b61b652a0bc3b16a137609da59da69 +Subproject 9244ad0666c4859569801508348fa83c6e4648f |
