diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-26 17:07:30 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-26 17:07:30 +0200 |
| commit | 626e467553004610fc0a99c1261b398d544590e9 (patch) | |
| tree | 21f3258e21b57755d265e08927898fd876d4291f /content/en/slackware | |
| parent | a1d1b8917ba9a74242bddd049d4e6dd2bec4531f (diff) | |
| download | danixxyz-626e467553004610fc0a99c1261b398d544590e9.tar.gz danixxyz-626e467553004610fc0a99c1261b398d544590e9.zip | |
feat: scaffold slackware projects section (EN/IT) with sample project
Diffstat (limited to 'content/en/slackware')
| -rw-r--r-- | content/en/slackware/_index.md | 8 | ||||
| -rw-r--r-- | content/en/slackware/sample-project/index.md | 19 |
2 files changed, 27 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. |
