How to set a page as a frontpage/homepage? #3530
-
I just set up a personal website recently. everything looks fine, but every time when l load my webiste, it alwys jump to about page. This is not import things that what i want to show my audience. I just want to show my blog page when first time load. Here is my _quarto.ymal:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think the issue is that you have no page named |
Beta Was this translation helpful? Give feedback.
I think the issue is that you have no page named
index.qmd
, so Quarto doesn't know which page to use as the home page (other than to select the first one alphabetically). I would just renameblog.qmd
toindex.qmd
and I believe that should address the issue.