syntax fix

This commit is contained in:
Malin Freeborn 2025-03-13 14:06:45 +01:00
parent cc574d5358
commit a72e2b117d
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
6 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: "radicale and nginx" title: "radicale and nginx"
tags: [ "data", "calendar" ] tags: [ "data", "calendar" ]
required: [ "nginx", "certbot" ] requires: [ "nginx", "certbot" ]
--- ---
Check before you start: Check before you start:

View File

@ -1,7 +1,7 @@
--- ---
title: "sc-im" title: "sc-im"
tags: [ "TUI", "data", "spreadsheet", ".csv" ] tags: [ "TUI", "data", "spreadsheet", ".csv" ]
required: [ "vim basics" ] requires: [ "vim basics" ]
--- ---
- [Sample file](sc-im/sample.sc) - [Sample file](sc-im/sample.sc)

View File

@ -1,7 +1,7 @@
--- ---
title: "Soft Serve Maintenance" title: "Soft Serve Maintenance"
tags: [ "data", "git server", "maintenance" ] tags: [ "data", "git server", "maintenance" ]
required: [ "git", "nginx" ] requires: [ "git", "nginx" ]
--- ---
Over time git repositories become bloated with old data, but never get cleaned. Over time git repositories become bloated with old data, but never get cleaned.

View File

@ -1,7 +1,7 @@
--- ---
title: "Soft Serve through https" title: "Soft Serve through https"
tags: [ "data", "git server", "lfs" ] tags: [ "data", "git server", "lfs" ]
required: [ "git", "nginx" ] requires: [ "git", "nginx" ]
--- ---
## `http` Setup ## `http` Setup

View File

@ -1,7 +1,7 @@
--- ---
title: "Soft-Serve" title: "Soft-Serve"
tags: [ "data", "git server", "lfs", "TUI" ] tags: [ "data", "git server", "lfs", "TUI" ]
required: [ "git", "nginx" ] requires: [ "git", "nginx" ]
--- ---
- [Soft-Serve with https](soft-serve/soft_https.md) - [Soft-Serve with https](soft-serve/soft_https.md)

View File

@ -11,6 +11,7 @@ Select a keymap, and create a new custom map.
```sh ```sh
su root su root
ls /usr/share/kbd/keymaps/i386/qwerty/
basemap=/usr/share/kbd/keymaps/i386/qwerty/pl1.map.gz basemap=/usr/share/kbd/keymaps/i386/qwerty/pl1.map.gz
newmap=/usr/share/kbd/keymaps/custom.map.gz newmap=/usr/share/kbd/keymaps/custom.map.gz