docs: add custom css and site_url for sitemap

This commit is contained in:
technofab 2025-09-18 16:05:13 +02:00
parent bfdd94e38f
commit 7d0c4bc78d
No known key found for this signature in database
2 changed files with 16 additions and 0 deletions

View file

@ -38,8 +38,10 @@ in
};
config = {
site_name = "Devshell";
site_url = "https://devshell.rensa.projects.tf";
repo_name = "rensa-nix/devshell";
repo_url = "https://gitlab.com/rensa-nix/devshell";
extra_css = ["style.css"];
theme = {
logo = "images/logo.svg";
icon.repo = "simple/gitlab";