fix vim, add licenses pdf and md

This commit is contained in:
ArgentumCation 2025-11-20 00:08:57 -05:00 committed by Mira
parent 547219d4b9
commit 95783f4843
4 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,6 @@
--- ---
title: vim title: vim
date: 2025-01-21 2025-01-21 date: 2025-01-21
--- ---
- Sort selected lines: `:sort` - Sort selected lines: `:sort`

View file

@ -1,9 +1,11 @@
--- ---
title: Foss and Non-FOSS Licenses that may be worth looking into title: Foss and Non-FOSS Licenses that may be worth looking into
draft: true draft: false
date: 2025-05-01 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 >[!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 # What's a License
- Copyright law is a bitch - Copyright law is a bitch
- Posting your stuff online is a bitch - Posting your stuff online is a bitch

View file

@ -53,6 +53,10 @@ body {
color: var(--background-color); color: var(--background-color);
} }
.alert-note a {
color: var(--text-color);
}
.alert-quote td { .alert-quote td {
background-color: var(--base01); background-color: var(--base01);
border-color: var(--base01); border-color: var(--base01);