docs: add style.css and logo

This commit is contained in:
technofab 2025-09-23 10:39:20 +02:00
parent 39af3af902
commit 7f7c52d383
No known key found for this signature in database
3 changed files with 20 additions and 2 deletions

View file

@ -20,12 +20,14 @@ in
};
config = {
site_name = "Rensa Core";
site_url = "https://rensa.projects.tf";
repo_name = "rensa-nix/core";
repo_url = "https://gitlab.com/rensa-nix/core";
extra_css = ["style.css"];
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";}