Search code examples
htmlquarto

How do I change the main page of my quarto website


it's always redirecting to the about page

project: 
  type: website

website: 
  title: "Kansas Economic Data"
  page-footer:
    background: dark
    left: 
      - text: "GitHub Repo"
        url: "https://github.com/wsuppmc/driving-adoption-metrics"
    center:
      - text: "™"

  navbar: 
    background: dark
    search: true
    right: 
      - text: "Home"
        file: Quartopage.qmd
      - about.qmd
  

format: 
  html:
    embed-resources: true
    page-layout: full
    toc: false
    css: styles.css
    footer: footer.html

Solution

  • if you go to your _site folder in Rstudio, you'll find a bunch of html pages, click on index.html open it in the editor, change the URL to the new page you want to change to