From: Danilo M. Date: Wed, 22 Apr 2026 10:17:07 +0000 (+0200) Subject: refactor: convert repository from section (_index.md) to plain page (index.md) X-Git-Tag: release_22042026-1342~4 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=3c7ce68314526ad1faf319c4c8d62ae8ccc727cd;p=danix.xyz-2.git refactor: convert repository from section (_index.md) to plain page (index.md) Repository is a simple page, not a section. Renamed _index.md to index.md in both EN and IT, removed type = "repository" front matter (Hugo resolves layouts/repository/single.html automatically by section name), and renamed list.html to single.html. Visual output unchanged. Co-Authored-By: Claude Haiku 4.5 --- diff --git a/content/en/repository/_index.md b/content/en/repository/index.md similarity index 98% rename from content/en/repository/_index.md rename to content/en/repository/index.md index 39874eb..de87073 100644 --- a/content/en/repository/_index.md +++ b/content/en/repository/index.md @@ -2,7 +2,6 @@ title = "Slackware Repository" date = 2026-04-17T00:00:00Z draft = false -type = "repository" +++ ## Quick Start diff --git a/content/it/repository/_index.md b/content/it/repository/index.md similarity index 98% rename from content/it/repository/_index.md rename to content/it/repository/index.md index e299dac..1b2e835 100644 --- a/content/it/repository/_index.md +++ b/content/it/repository/index.md @@ -2,7 +2,6 @@ title = "Repository Slackware" date = 2026-04-17T00:00:00Z draft = false -type = "repository" +++ ## Inizio Rapido diff --git a/themes/danix-xyz-hacker/layouts/repository/list.html b/themes/danix-xyz-hacker/layouts/repository/single.html similarity index 100% rename from themes/danix-xyz-hacker/layouts/repository/list.html rename to themes/danix-xyz-hacker/layouts/repository/single.html