1project: 2 type: website 3 4website: 5 title: "blog" 6 navbar: 7 background: primary 8 9 right: 10 - about.qmd 11 - icon: github 12 href: https://www.github.com/ 13 - icon: twitter 14 href: https://www.twitter.com 15format: 16 html: 17 theme: cosmo 18 css: styles.css 19 20editor: visual 21 22 23