docs: use svg logo, add style.css and fix sitemap

This commit is contained in:
technofab 2025-09-25 13:18:06 +02:00
parent 428afaf603
commit e752f71dd1
No known key found for this signature in database
6 changed files with 21 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{inputs, ...}: let
inherit (inputs) pkgs cilib;
inherit (inputs) cilib;
in
cilib.mkCI {
config.soonix = {

View file

@ -38,12 +38,14 @@ in
};
config = {
site_name = "Nix-GitLab-CI";
site_url = "https://nix-gitlab-ci.projects.tf";
repo_name = "TECHNOFAB/nix-gitlab-ci";
repo_url = "https://gitlab.com/TECHNOFAB/nix-gitlab-ci";
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";}