From 30599cabce6592f429bd30273e6f08a0a18199cb Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Mon, 16 May 2022 10:15:41 +0200 Subject: [PATCH] update docs --- README.md | 10 +++++++--- docs/_index.md | 10 +++++++--- docs/style.css | 8 ++++---- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1f7415c..6465169 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # IML BACKUP # -Backup scripts using restic (or duplicity). +Backup scripts using Restic (or Duplicity). Runs on Linux: CentOS, Debian, Manjaro, Ubuntu. -* Free software. GNU GPL 3.0 -* Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/> +📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/> \ +📜 License: GNU GPL 3.0 \ +📖 Docs: <https://os-docs.iml.unibe.ch/iml-backup/> + +Supported backup clients: + * Restic: <https://restic.net/> * Duplicity: <https://duplicity.gitlab.io/duplicity-web/> diff --git a/docs/_index.md b/docs/_index.md index 0ef40ef..971b330 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -1,11 +1,15 @@ # IML BACKUP # -Backup scripts using restic (or duplicity). +Backup scripts using Restic (or Duplicity). Runs on Linux: CentOS, Debian, Manjaro, Ubuntu. -* Free software. GNU GPL 3.0 -* Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/> +📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/> \ +📜 License: GNU GPL 3.0 \ +📖 Docs: see [docs](./docs) folder or online <https://os-docs.iml.unibe.ch/iml-backup/> + +Supported backup clients: + * Restic: <https://restic.net/> * Duplicity: <https://duplicity.gitlab.io/duplicity-web/> diff --git a/docs/style.css b/docs/style.css index 317e137..909562c 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,12 +1,12 @@ /* patch css elements of daux.io blue theme - version 2022-04-22 + version 2022-05-13 */ -/* ---------- vars ---------- */ +/* ---------- vars ---------- */ :root{ @@ -28,8 +28,8 @@ --h1: rgba(40,60,80,0.8); --h1-bottom: 1px solid rgba(40,60,80,0.1); - --h2: rgba(40,60,80,0.5); - --h3: rgba(40,60,80,0.3); + --h2: #468; + --h3: #579; } -- GitLab