Navigation Demo

This is a Quarto website designed to demonstrate some navigation options.

You are currently viewing “Hybrid navigation” (profile: hybrid):

_quarto-hybrid.yml
website:
  navbar:
    left:
      - text: Projects
        menu:
          - projects/vegetation-maps.qmd
          - projects/water-quality.qmd
      - text: R Tutorials
        href: tutorials/R/01-data-import.qmd 
      - text: Python Tutorials
        href: tutorials/python/01-getting-started.qmd
    right: 
      - about.qmd

  sidebar:
    - title: R Tutorials
      contents: tutorials/R/
    - title: Python Tutorials
      contents: tutorials/python/

View other navigation variations:

Source Code

You can get the source code at: http://github.com/cwickham/nav-demo

The project uses profiles to describe the different navigation options. To preview an option locally use quarto preview with the appropriate profile, e.g.:

Terminal
quarto preview --profile auto-sidebar