mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-11 22:00:08 +01:00
docs: add custom css and site_url for sitemap
This commit is contained in:
parent
bfdd94e38f
commit
7d0c4bc78d
2 changed files with 16 additions and 0 deletions
14
docs/style.css
Normal file
14
docs/style.css
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
.md-header__button.md-logo {
|
||||||
|
margin: 0;
|
||||||
|
padding-top: .2rem;
|
||||||
|
padding-bottom: .2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir="ltr"] .md-header__title {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.md-header__button.md-logo img,
|
||||||
|
.md-header__button.md-logo svg {
|
||||||
|
height: 2rem;
|
||||||
|
}
|
||||||
|
|
@ -38,8 +38,10 @@ in
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
site_name = "Devshell";
|
site_name = "Devshell";
|
||||||
|
site_url = "https://devshell.rensa.projects.tf";
|
||||||
repo_name = "rensa-nix/devshell";
|
repo_name = "rensa-nix/devshell";
|
||||||
repo_url = "https://gitlab.com/rensa-nix/devshell";
|
repo_url = "https://gitlab.com/rensa-nix/devshell";
|
||||||
|
extra_css = ["style.css"];
|
||||||
theme = {
|
theme = {
|
||||||
logo = "images/logo.svg";
|
logo = "images/logo.svg";
|
||||||
icon.repo = "simple/gitlab";
|
icon.repo = "simple/gitlab";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue