54 lines
No EOL
1 KiB
YAML
54 lines
No EOL
1 KiB
YAML
project:
|
|
type: website
|
|
|
|
website:
|
|
title: "DOCS"
|
|
navbar:
|
|
left:
|
|
- text: "Homepage"
|
|
href: https://virtuos.world
|
|
sidebar:
|
|
style: "docked"
|
|
search: true
|
|
contents:
|
|
- section: "Overview"
|
|
href: sites/overview.qmd
|
|
- section: "Styleguide"
|
|
href: sites/styleguide.qmd
|
|
contents:
|
|
- layout.qmd
|
|
- layout-knitr.qmd
|
|
- layout-jupyter.qmd
|
|
- section: "Webservices"
|
|
href: sites/webservices.qmd
|
|
contents:
|
|
- layout.qmd
|
|
- layout-knitr.qmd
|
|
- layout-jupyter.qmd
|
|
- section: "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/
|
|
reader-mode: true
|
|
|
|
|
|
theme:
|
|
- Zephyr
|
|
- theme.scss
|
|
|
|
# Set the logo for the header
|
|
logo: "logo.png"
|
|
|
|
output-dir: "_site"
|
|
|
|
format:
|
|
html:
|
|
toc: true
|
|
grid:
|
|
margin-width: 350px |