1project: 2 type: website 3 4website: 5 title: "Quarto Internals" 6 navbar: 7 left: 8 - href: index.qmd 9 text: Home 10 - about.qmd 11 12format: 13 html: 14 theme: cosmo 15 css: styles.css 16 toc: true 17 18