Migrate Gallery to Catalog
Migration of the code in https://github.com/pawamoy/mkdocs-gallery.
The code now use the local projects.yaml file instead of downloading it from GitHub.
@oprypin listed as co-author.
TODO once merged and deployed: update the generator to use URLs from mkdocs.github.io/catalog for theme thumbnails
A small thing to consider, but should themes offering multiple variants display all their variants? By "variant" I mean things such as a light and dark theme.
It could help showing a user the possible options there are. And right now are there at least two themes with such schemes available (Material for MkDocs and the MkDocs theme)
Interesting point, yes, why not. That would play well with the hosting site which can itself be used in both variants (showing light variants or dark variants depending on the current theme selected by the user browsing the site). Maybe not that useful to display both variants next to each other though (takes more space and we don't have a lot, at least in the catalog, and users can reach the demo and see the variants there for themselves, interactively).