mirror of
https://gitlab.com/rensa-nix/core.git
synced 2025-12-11 22:00:09 +01:00
docs: add style.css and logo
This commit is contained in:
parent
39af3af902
commit
7f7c52d383
3 changed files with 20 additions and 2 deletions
|
|
@ -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";}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue