From 626e467553004610fc0a99c1261b398d544590e9 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 26 Jun 2026 17:07:30 +0200 Subject: feat: scaffold slackware projects section (EN/IT) with sample project --- content/en/slackware/_index.md | 8 ++++++++ content/en/slackware/sample-project/index.md | 19 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 content/en/slackware/_index.md create mode 100644 content/en/slackware/sample-project/index.md (limited to 'content/en') 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. -- cgit v1.2.3