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
- Host: GitHub
- URL: https://github.com/cwickham/nav-demo
- Owner: cwickham
- Created: 2024-07-15T20:44:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T20:48:29.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T01:20:41.194Z (about 1 year ago)
- Homepage: https://charlotte.quarto.pub/navigation-demo-auto-sidebar/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```