ribbity-org / ribbity

Software to turn GitHub issue trackers into mkdocs Web sites.
https://ribbity-org.github.io/ribbity-docs/
Other
8 stars 2 forks source link

allow for extra mkdocs config options #31

Open ctb opened 2 years ago

ctb commented 2 years ago

either in TOML, or as a "load this default YAML file first" option

specifically, would be nice to allow different templating :)

raynamharris commented 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 
---
raynamharris commented 2 years ago

See https://dib-lab.github.io/ribbity-workshops/ for example of conflicting names