catalog icon indicating copy to clipboard operation
catalog copied to clipboard

Migrate Gallery to Catalog

Open pawamoy opened this issue 2 years ago • 2 comments

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

pawamoy avatar Dec 02 '23 11:12 pawamoy

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)

Andre601 avatar Apr 23 '24 22:04 Andre601

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).

pawamoy avatar Apr 24 '24 09:04 pawamoy