docs: add hugo site
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
f7b3869062
commit
e2ae76f1f2
291 changed files with 2833 additions and 2 deletions
1
docs/static/brand.svg
vendored
Normal file
1
docs/static/brand.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.8 KiB |
50
docs/static/custom.css
vendored
Normal file
50
docs/static/custom.css
vendored
Normal file
|
@ -0,0 +1,50 @@
|
|||
/* Global customization */
|
||||
|
||||
:root {
|
||||
--code-max-height: 60rem;
|
||||
}
|
||||
|
||||
/* Light mode theming */
|
||||
:root,
|
||||
:root[color-theme="light"] {
|
||||
--header-background: #203554;
|
||||
--header-font-color: #ffffff;
|
||||
|
||||
--footer-background: #203554;
|
||||
--footer-font-color: #ffffff;
|
||||
--footer-link-color: rgb(110, 168, 212);
|
||||
--footer-link-color-visited: rgb(186, 142, 240);
|
||||
}
|
||||
@media (prefers-color-scheme: light) {
|
||||
:root {
|
||||
--header-background: #203554;
|
||||
--header-font-color: #ffffff;
|
||||
|
||||
--footer-background: #203554;
|
||||
--footer-font-color: #ffffff;
|
||||
--footer-link-color: rgb(110, 168, 212);
|
||||
--footer-link-color-visited: rgb(186, 142, 240);
|
||||
}
|
||||
}
|
||||
|
||||
/* Dark mode theming */
|
||||
:root[color-theme="dark"] {
|
||||
--header-background: #203554;
|
||||
--header-font-color: #ffffff;
|
||||
|
||||
--footer-background: #203554;
|
||||
--footer-font-color: #ffffff;
|
||||
--footer-link-color: rgb(110, 168, 212);
|
||||
--footer-link-color-visited: rgb(186, 142, 240);
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--header-background: #203554;
|
||||
--header-font-color: #ffffff;
|
||||
|
||||
--footer-background: #203554;
|
||||
--footer-font-color: #ffffff;
|
||||
--footer-link-color: rgb(110, 168, 212);
|
||||
--footer-link-color-visited: rgb(186, 142, 240);
|
||||
}
|
||||
}
|
BIN
docs/static/favicon/favicon-16x16.png
vendored
Normal file
BIN
docs/static/favicon/favicon-16x16.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 991 B |
BIN
docs/static/favicon/favicon-32x32.png
vendored
Normal file
BIN
docs/static/favicon/favicon-32x32.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
docs/static/favicon/favicon.svg
vendored
Normal file
BIN
docs/static/favicon/favicon.svg
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Add table
Add a link
Reference in a new issue