Quarto render correctly but 404 on Github Pages #9828
-
DescriptionI know this might be basics for some people but my Quarto Preview is fine, the only things is when I try to preview it in Github Pages it's always show 404 Not Found. This is how my _quarto.yml looks like project:
type: website
output-dir: .
website:
title: "Alan.dev"
navbar:
background: primary
search: true
left:
- text: "Home"
href: index.qmd
- text: "Talks"
href: talks.qmd
- text: "About"
href: about.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true I also already try using project:
output-dir: docs and change the folder from
This is my repo : Repo |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You shouldn't be using Jekyll. See https://quarto.org/docs/publishing/github-pages.html#render-to-docs |
Beta Was this translation helpful? Give feedback.
You shouldn't be using Jekyll. See https://quarto.org/docs/publishing/github-pages.html#render-to-docs