summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-06-26 17:07:30 +0200
committerDanilo M. <danix@danix.xyz>2026-06-26 17:07:30 +0200
commit626e467553004610fc0a99c1261b398d544590e9 (patch)
tree21f3258e21b57755d265e08927898fd876d4291f
parenta1d1b8917ba9a74242bddd049d4e6dd2bec4531f (diff)
downloaddanixxyz-626e467553004610fc0a99c1261b398d544590e9.tar.gz
danixxyz-626e467553004610fc0a99c1261b398d544590e9.zip
feat: scaffold slackware projects section (EN/IT) with sample project
-rw-r--r--content/en/slackware/_index.md8
-rw-r--r--content/en/slackware/sample-project/index.md19
-rw-r--r--content/it/slackware/_index.md8
-rw-r--r--content/it/slackware/sample-project/index.md19
4 files changed, 54 insertions, 0 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/en/slackware/sample-project/index.md b/content/en/slackware/sample-project/index.md
new file mode 100644
index 0000000..14d8486
--- /dev/null
+++ b/content/en/slackware/sample-project/index.md
@@ -0,0 +1,19 @@
++++
+title = "Sample Project"
+tagline = "A placeholder project to validate the section layout."
+status = "active"
+repo_url = "https://git.danix.xyz/sample-project"
+tags = ["bash", "slackbuild", "python"]
++++
+
+## What it is
+
+Freeform body content for the sample project.
+
+## How it works
+
+Details here.
+
+## Rationale
+
+Why it exists.
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.
diff --git a/content/it/slackware/sample-project/index.md b/content/it/slackware/sample-project/index.md
new file mode 100644
index 0000000..5695aa0
--- /dev/null
+++ b/content/it/slackware/sample-project/index.md
@@ -0,0 +1,19 @@
++++
+title = "Progetto di Esempio"
+tagline = "Un progetto segnaposto per validare il layout della sezione."
+status = "active"
+repo_url = "https://git.danix.xyz/sample-project"
+tags = ["bash", "slackbuild", "python"]
++++
+
+## Cos'è
+
+Contenuto libero per il progetto di esempio.
+
+## Come funziona
+
+Dettagli qui.
+
+## Motivazione
+
+Perché esiste.