From 95783f4843b6ad408d7ffb4886baec4bbc95a44d Mon Sep 17 00:00:00 2001 From: ArgentumCation Date: Thu, 20 Nov 2025 00:08:57 -0500 Subject: [PATCH] fix vim, add licenses pdf and md --- content/lab-notes/vim.md | 2 +- content/posts/licenses.md | 6 ++++-- static/css/overrides.css | 4 ++++ static/{licensing.pdf => licenses.pdf} | Bin 4 files changed, 9 insertions(+), 3 deletions(-) rename static/{licensing.pdf => licenses.pdf} (100%) diff --git a/content/lab-notes/vim.md b/content/lab-notes/vim.md index 4f9f53e..264a50c 100755 --- a/content/lab-notes/vim.md +++ b/content/lab-notes/vim.md @@ -1,6 +1,6 @@ --- title: vim -date: 2025-01-21 2025-01-21 +date: 2025-01-21 --- - Sort selected lines: `:sort` diff --git a/content/posts/licenses.md b/content/posts/licenses.md index 61e7759..aaf80bc 100755 --- a/content/posts/licenses.md +++ b/content/posts/licenses.md @@ -1,9 +1,11 @@ --- title: Foss and Non-FOSS Licenses that may be worth looking into -draft: true -date: 2025-05-01 +draft: false +date: 2025-10-05 --- + >[!NOTE] This web version is still kind of a mess but the [PDF version](https://argentumcation.com/licenses.pdf) is a bit more complete + # What's a License - Copyright law is a bitch - Posting your stuff online is a bitch diff --git a/static/css/overrides.css b/static/css/overrides.css index 2ba9c7c..0380c84 100755 --- a/static/css/overrides.css +++ b/static/css/overrides.css @@ -53,6 +53,10 @@ body { color: var(--background-color); } +.alert-note a { + color: var(--text-color); +} + .alert-quote td { background-color: var(--base01); border-color: var(--base01); diff --git a/static/licensing.pdf b/static/licenses.pdf similarity index 100% rename from static/licensing.pdf rename to static/licenses.pdf