project:
type: website
website:
description: "A blog built with Quarto"
site-url: https://your-website-url.example.com
title: "<%= title %>"
navbar:
right:
- about<%= ext %>
- icon: github
href: https://github.com/
- icon: bluesky
href: https://bsky.app/
format:
html:
theme:
- cosmo
- brand
css: styles.css
<% if(editor){ %>editor: <%= editor %><% } %>