All comprehensive tests pass:
- Repository page renders title, subtitle, and all content sections
- Quick Start, Installation, Usage, and Available Packages sections display correctly
- GitHub SlackBuild repository cards display in responsive grid (1-2-3 columns)
- All 3 example repositories render with correct titles, descriptions, tags, and GitHub links
- Code blocks are keyboard accessible with proper syntax highlighting
- Dark/light mode supports with proper Tailwind dark: classes
- Images lazy-load with proper alt text
- Responsive design tested: mobile (320px), tablet (768px), desktop (1200px)
- Italian and English translations working correctly
- Keyboard navigation fully functional (Tab, Enter, external link security attributes)
Layout fix: Changed repository layout from single.html to list.html to properly render _index.md section pages
Co-Authored-By: Claude Haiku 4.5 <redacted>
title = "Slackware Repository"
date = 2026-04-17T00:00:00Z
draft = false
+type = "repository"
+++
-## {{ i18n "quickStartTitle" }}
+## Quick Start
Add the repository to your Slackware system:
apt-get update
```
-## {{ i18n "installationTitle" }}
+## Installation
### Prerequisites
https://danix.xyz/packages/slackware/
```
-## {{ i18n "usageTitle" }}
+## Usage
### Installing a Package
apt-cache search keyword
```
-## {{ i18n "availablePackagesTitle" }}
+## Available Packages
Check the repository for the latest available packages. See the GitHub SlackBuild repositories below for build information and source files.
title = "Repository Slackware"
date = 2026-04-17T00:00:00Z
draft = false
+type = "repository"
+++
-## {{ i18n "quickStartTitle" }}
+## Inizio Rapido
Aggiungi il repository al tuo sistema Slackware:
apt-get update
```
-## {{ i18n "installationTitle" }}
+## Installazione
### Prerequisiti
https://danix.xyz/packages/slackware/
```
-## {{ i18n "usageTitle" }}
+## Utilizzo
### Installazione di un Pacchetto
apt-cache search parola-chiave
```
-## {{ i18n "availablePackagesTitle" }}
+## Pacchetti Disponibili
Controlla il repository per i pacchetti disponibili più recenti. Consulta i repository GitHub SlackBuild di seguito per informazioni sulla compilazione e file di origine.