Open ctb opened 2 years ago
the mkdocs.yml file appears to be auto-generated by ribbity.
currently, the names of the files are hard-coded in this yml file
nav:
- Home: index.md
- All examples: examples.md
- All categories: labels.md
I wonder if this could be updated to only include the file names and order and then set the name in the header of the site-template files, such as index.md, like so
---
title: Home
---
See https://dib-lab.github.io/ribbity-workshops/ for example of conflicting names
either in TOML, or as a "load this default YAML file first" option
specifically, would be nice to allow different templating :)