Update / Dark Theme
This commit is contained in:
parent
eadf26a230
commit
a1edd79fb0
19 changed files with 1299 additions and 62 deletions
11
_quarto.yml
11
_quarto.yml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue