An open API service indexing awesome lists of open source software.

https://github.com/cwickham/nav-demo

Qurato website to demo navigation options
https://github.com/cwickham/nav-demo

Last synced: 6 months ago
JSON representation

Qurato website to demo navigation options

Awesome Lists containing this project

README

          

# Navigation Demo

This is a [Quarto](http://quarto.org) website designed to demonstrate some navigation options.

View the navigation variations:

* [Automatic sidebar](https://charlotte.quarto.pub/navigation-demo-auto-sidebar) (profile: `auto-sidebar`)

* [All in top navigation](https://charlotte.quarto.pub/navigation-demo-all-top-nav) (profile: `all-top-nav`)

* [Hybrid](https://charlotte.quarto.pub/navigation-demo-hybrid) (profile: `hybrid`)

## Source Code

To get this repo:

```{.bash filename="Terminal"}
quarto use template 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.:

```{.bash filename="Terminal"}
quarto preview --profile auto-sidebar
```