Navigation Demo

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

You are currently viewing “All in top navigation” (profile: all-top-nav):

_quarto-all-top-nav.yml
website:
  navbar:
    left:
      - text: Projects
        menu:
          - projects/vegetation-maps.qmd
          - projects/water-quality.qmd
      - text: R Tutorials
        menu: 
          - tutorials/R/01-data-import.qmd
          - tutorials/R/02-data-cleaning.qmd
          - tutorials/R/03-data-visualization.qmd
      - text: Python Tutorials
        menu: 
          - tutorials/python/01-getting-started.qmd
          - tutorials/python/02-managing-env.qmd
    right: 
      - about.qmd

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