diff --git a/_quarto.yml b/_quarto.yml index 8eb3f45..cdefe5b 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -6,11 +6,20 @@ project: website: title: "r-shinylive in Quarto" navbar: - search: true + search: false left: - text: "Tutorial (Home)" file: index.qmd - text: "Joe's Shiny App" file: R-shinylive-demo.qmd - text: "Skeletal Template" - file: template-r-shinylive.qmd \ No newline at end of file + file: template-r-shinylive.qmd + +format: + html: + grid: + body-width: 1350px + sidebar-width: 200px + margin-width: 200px + toc: true +