fix vim, add licenses pdf and md
This commit is contained in:
parent
547219d4b9
commit
95783f4843
4 changed files with 9 additions and 3 deletions
|
|
@ -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`
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue