Initial commit with Quarto website
This commit is contained in:
commit
e90e9bce56
32 changed files with 6516 additions and 0 deletions
21
_quarto.yml
Normal file
21
_quarto.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
project:
|
||||
type: website
|
||||
|
||||
website:
|
||||
title: "VIRTUOS WORLD Documentation"
|
||||
navbar:
|
||||
left:
|
||||
- href: index.qmd
|
||||
text: Home
|
||||
- about.qmd
|
||||
|
||||
format:
|
||||
html:
|
||||
theme:
|
||||
- cosmo
|
||||
- brand
|
||||
css: styles.css
|
||||
toc: true
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue