a LOT of changes

This commit is contained in:
2023-11-29 20:47:54 +01:00
parent a8f1cabf4e
commit a5932153da
22 changed files with 581 additions and 77 deletions

20
useful-snippets.md Normal file
View File

@@ -0,0 +1,20 @@
{{< admonition type=example title="Example: Navigate to your home directory" open=false >}}
You can change your shell by typing
```
cd ~
```
{{< /admonition >}}
Possible values:
- note
- abstract
- info
- tip
- success
- question
- warning
- failure
- danger
- bug
- example
- quote