Update / Dark Theme

This commit is contained in:
Simeon "Waldo" Wallrath 2025-04-16 09:35:03 +02:00
parent eadf26a230
commit a1edd79fb0
19 changed files with 1299 additions and 62 deletions

View file

@ -2,7 +2,7 @@ project:
type: website
website:
title: "DOCUMENTATION"
title: "Docs"
navbar:
left:
- text: "Homepage"
@ -14,7 +14,7 @@ website:
contents:
- text: "Overview"
href: index.qmd
- section: "Getting Started"
- section: "Get Started"
contents:
- sites/getstarted.qmd
- section: "Code Snippets"
@ -35,9 +35,10 @@ website:
theme:
- Zephyr
- theme.scss
theme:
dark: [darkly, theme.scss]
light: [flatly, theme.scss]
# Set the logo for the header
logo: "logo.png"