Skip to content
Discussion options

You must be logged in to vote

Yes and it works.

  1. quarto create project website
  2. quarto convert about.qmd
  3. rm about.qmd
  4. Edit _quarto.yml
project:
  type: website

website:
  title: "demo"
  navbar:
    left:
      - href: index.qmd
        text: Home
      - sidebar:default
  sidebar:
    - id: default
      contents:
        - about.ipynb

format:
  html:
    theme: cosmo
    css: styles.css
    toc: true
❯ quarto render
[1/2] index.qmd
[2/2] about.ipynb

Output created: _site/index.html

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@Sciemon
Comment options

Answer selected by Sciemon
Comment options

You must be logged in to vote
4 replies
@mcanouil
Comment options

@Sciemon
Comment options

@cscheid
Comment options

@Sciemon
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
websites Issues creating websites
3 participants