Quarto Website Consistent Formats #7233
Unanswered
ivanuricardo
asked this question in
Q&A
Replies: 1 comment
-
It would be more helpful to share a complete (and small) project rather than only one Quarto document which actually does not represent the reality of your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello! I am currently developing a website using quarto and had a question regarding formatting. First, I wanted to remove the sidebar and margins on my home page such that I only have an image at the top with some information following. My index.qmd looks like this
However, when making my blogs page, I want to change the format such that the sidebar comes back. So my blog.qmd should have a different grid format. However, when I change it, the format changes for both my blog page and my home page. Is there any way of having different formats for different pages?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions