Add documentation website (#833)

* test frontmatter rendering

* restructure files

* add docs website

* move postcss config

* revert postcss config

* update readme

* update logo

* fix internal links
This commit is contained in:
Sascha Ißbrücker
2024-09-17 15:33:53 +02:00
committed by GitHub
parent 53e4aeb1c1
commit 0e488b7ce3
37 changed files with 8153 additions and 248 deletions

View File

@@ -0,0 +1,16 @@
:root[data-theme='light'],
[data-theme='light'] ::backdrop {
--sl-color-accent: hsl(241, 63%, 59%);
--sl-color-text-accent: hsl(241, 63%, 55%);
--sl-nav-gap: 0.8rem;
}
/* Align site search */
.header .title-wrapper + div.sl-flex {
justify-content: flex-end;
}
.site-title img {
height: 36px;
}