mirror of
https://gitlab.com/TECHNOFAB/soonix.git
synced 2025-12-11 22:00:05 +01:00
docs: use svg logo and set site_url for sitemap
This commit is contained in:
parent
add807ef89
commit
086c4086c6
4 changed files with 4 additions and 2 deletions
|
|
@ -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";}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue