docs: use svg logo and set site_url for sitemap

This commit is contained in:
technofab 2025-09-18 16:03:07 +02:00
parent add807ef89
commit 086c4086c6
No known key found for this signature in database
4 changed files with 4 additions and 2 deletions

View file

@ -34,12 +34,13 @@ in
};
config = {
site_name = "Soonix";
site_url = "https://soonix.projects.tf";
repo_name = "TECHNOFAB/soonix";
repo_url = "https://gitlab.com/TECHNOFAB/soonix";
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";}