skip to Main Content

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

2

Answers


  1. Chosen as BEST ANSWER

    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


  2. I found the easiest way was to rename the page I wanted as the homepage to index.qmd, as discussed here on GitHub.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search