Split presentation into multiple files per slide

and style
This commit is contained in:
2026-08-15 12:06:47 +02:00
parent 5f0311d690
commit edbd205a5c
25 changed files with 482 additions and 461 deletions
+11
View File
@@ -0,0 +1,11 @@
document.write(`
<section>
<h2>Das Backup-Setup</h2>
<p><strong>Borg (Linux) oder Duplicati (Windows)</strong></p>
<div class="code">$ borg create /mnt/backups::{now} /home/nextcloud</div>
<p><strong>Täglich automatisch,</strong> auf mehrere Standorte verteilt</p>
<aside class="notes">
Borg oder Duplicati inkrementell, dedupliziert, verschlüsselt, automatisch täglich. Auf mehrere Orte verteilt.
</aside>
</section>
`);