From 2cb2f55873d1c61f9709251edcd00e6ec211aaa0 Mon Sep 17 00:00:00 2001 From: Sckoorp Date: Tue, 4 Feb 2025 08:02:19 +0100 Subject: [PATCH] add 9 new icons (#64) --- icons/homebrew.svg | 19 +++++++++++++++++++ icons/lmstudio.svg | 19 +++++++++++++++++++ icons/openondemand.svg | 14 ++++++++++++++ icons/openwebui.svg | 5 +++++ icons/singularity.svg | 8 ++++++++ icons/slurm.svg | 17 +++++++++++++++++ icons/truenascore.svg | 17 +++++++++++++++++ icons/truenasenterprise.svg | 19 +++++++++++++++++++ icons/truenasscale.svg | 28 ++++++++++++++++++++++++++++ src/routes/index.ts | 2 ++ 10 files changed, 148 insertions(+) create mode 100644 icons/homebrew.svg create mode 100644 icons/lmstudio.svg create mode 100644 icons/openondemand.svg create mode 100644 icons/openwebui.svg create mode 100644 icons/singularity.svg create mode 100644 icons/slurm.svg create mode 100644 icons/truenascore.svg create mode 100644 icons/truenasenterprise.svg create mode 100644 icons/truenasscale.svg diff --git a/icons/homebrew.svg b/icons/homebrew.svg new file mode 100644 index 0000000..e623164 --- /dev/null +++ b/icons/homebrew.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/icons/lmstudio.svg b/icons/lmstudio.svg new file mode 100644 index 0000000..813c645 --- /dev/null +++ b/icons/lmstudio.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icons/openondemand.svg b/icons/openondemand.svg new file mode 100644 index 0000000..9080388 --- /dev/null +++ b/icons/openondemand.svg @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file diff --git a/icons/openwebui.svg b/icons/openwebui.svg new file mode 100644 index 0000000..b23f66f --- /dev/null +++ b/icons/openwebui.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/icons/singularity.svg b/icons/singularity.svg new file mode 100644 index 0000000..9cc474a --- /dev/null +++ b/icons/singularity.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/icons/slurm.svg b/icons/slurm.svg new file mode 100644 index 0000000..7efdd5f --- /dev/null +++ b/icons/slurm.svg @@ -0,0 +1,17 @@ + + + + + + + \ No newline at end of file diff --git a/icons/truenascore.svg b/icons/truenascore.svg new file mode 100644 index 0000000..6696b78 --- /dev/null +++ b/icons/truenascore.svg @@ -0,0 +1,17 @@ + + + + + + + + + \ No newline at end of file diff --git a/icons/truenasenterprise.svg b/icons/truenasenterprise.svg new file mode 100644 index 0000000..2290775 --- /dev/null +++ b/icons/truenasenterprise.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/icons/truenasscale.svg b/icons/truenasscale.svg new file mode 100644 index 0000000..f463906 --- /dev/null +++ b/icons/truenasscale.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/routes/index.ts b/src/routes/index.ts index b9d5ec8..40751ec 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -41,6 +41,7 @@ const shortNames: Record = { "node": "nodejs", "notepadpp": "notepadplusplus", "nuxt": "nuxtjs", + "ood": "openondemand", "otel": "opentelemetry", "pb": "pocketbase", "ps": "photoshop", @@ -49,6 +50,7 @@ const shortNames: Record = { "solid": "solidjs", "spring": "springboot", "so": "stackoverflow", + "truenas": "truenascore", "tailwind": "tailwindcss", "ts": "typescript", "vscode": "visualstudiocode",