From 223000e43c0719a1dae5ab72136f114ff6ad4a8d Mon Sep 17 00:00:00 2001 From: technofab Date: Mon, 15 Sep 2025 11:28:01 +0200 Subject: [PATCH] docs: add logo and favicon --- docs/images/logo.svg | 1 + nix/repo/docs.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100755 docs/images/logo.svg diff --git a/docs/images/logo.svg b/docs/images/logo.svg new file mode 100755 index 0000000..39723ed --- /dev/null +++ b/docs/images/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/nix/repo/docs.nix b/nix/repo/docs.nix index 1b327a5..c9cb95d 100644 --- a/nix/repo/docs.nix +++ b/nix/repo/docs.nix @@ -41,9 +41,9 @@ in repo_name = "rensa-nix/devshell"; repo_url = "https://gitlab.com/rensa-nix/devshell"; theme = { - logo = "images/logo.png"; + logo = "images/logo.svg"; icon.repo = "simple/gitlab"; - favicon = "images/favicon.png"; + favicon = "images/logo.svg"; }; nav = [ {"Introduction" = "index.md";}