VIRTUOS_Docs/_quarto.yml
2025-04-08 09:51:23 +02:00

51 lines
932 B
YAML

project:
type: website
website:
title: "DOCUMENTATION"
navbar:
left:
- text: "Homepage"
href: https://virtuos.world
logo: img/Logo.png
sidebar:
style: "docked"
search: true
contents:
- text: "Overview"
href: sites/overview.qmd
- text: "Styleguide"
href: sites/styleguide.qmd
- section: "Webservices"
href: sites/webservices.qmd
contents:
- layout.qmd
- layout-knitr.qmd
- layout-jupyter.qmd
- text: "Getting Started"
href: sites/getstarted.qmd
page-footer:
left: "Copyright 2025, Simeon Wallrath"
right:
- icon: github
href: https://github.com/
- icon: mastodon
href: https://twitter.com/
theme:
- Zephyr
- theme.scss
# Set the logo for the header
logo: "logo.png"
output-dir: "_site"
format:
html:
page-layout: article
toc: true