Updating from WIkiJS
This commit is contained in:
parent
e90e9bce56
commit
7846130a4a
70 changed files with 18448 additions and 930 deletions
57
_quarto.yml
57
_quarto.yml
|
@ -2,20 +2,53 @@ project:
|
|||
type: website
|
||||
|
||||
website:
|
||||
title: "VIRTUOS WORLD Documentation"
|
||||
title: "DOCS"
|
||||
navbar:
|
||||
left:
|
||||
- href: index.qmd
|
||||
text: Home
|
||||
- about.qmd
|
||||
- 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
|
||||
|
||||
format:
|
||||
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:
|
||||
theme:
|
||||
- cosmo
|
||||
- brand
|
||||
css: styles.css
|
||||
toc: true
|
||||
|
||||
|
||||
|
||||
grid:
|
||||
margin-width: 350px
|
Loading…
Add table
Add a link
Reference in a new issue