Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/projects/website/templates/blog/_quarto-blog.ejs.yml
12923 views
1
project:
2
type: website
3
4
website:
5
description: "A blog built with Quarto"
6
site-url: https://your-website-url.example.com # you must change this appropriately for RSS feeds to work properly
7
title: "<%= title %>"
8
navbar:
9
right:
10
- about<%= ext %>
11
- icon: github
12
href: https://github.com/
13
- icon: bluesky
14
href: https://bsky.app/
15
format:
16
html:
17
theme:
18
- cosmo
19
- brand
20
css: styles.css
21
22
<% if(editor){ %>editor: <%= editor %><% } %>
23
24