docs: add logo and favicon

This commit is contained in:
technofab 2025-09-15 11:28:01 +02:00
parent 266080b197
commit 223000e43c
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -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";}