A few newbie questions #1843
-
Hello, I just came across quarto recently and have been enjoying making a few test html files. I am trying to make a basic static website to display results of some water quality analyses and I had a few questions. I want to make something approximating: home page - I hope that makes sense. I plan to have a side bar with links to the regions, but not to the sites. My question is this: Also, is there a Quarto discord? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can take a look at quarto's website, i.e., the "guide" menu in the navbar points to https://quarto.org/docs/guide/ which is the home page of that category, but within it you have the left menu with many pages. You can take a look at the website gallery: https://quarto.org/docs/gallery/#websites. |
Beta Was this translation helpful? Give feedback.
You can take a look at quarto's website, i.e., the "guide" menu in the navbar points to https://quarto.org/docs/guide/ which is the home page of that category, but within it you have the left menu with many pages.
All the configuration and location of the pages is defined in the
_quarto.yml
file.See https://github.com/quarto-dev/quarto-web/blob/main/_quarto.yml.
You can take a look at the website gallery: https://quarto.org/docs/gallery/#websites.
And/or to some website generated with Quarto and listed in https://github.com/mcanouil/awesome-quarto#websites-formats.