fix vim, add licenses pdf and md

This commit is contained in:
Mira 2025-12-21 12:08:12 -05:00
parent 5ca6bdbe33
commit e4490fb4e3
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);