-
Would like to make a info-box thing, similar to what mkdocs has on their frontpage. The thing is, that they seem to use some classes that are part of the bootstrap CSS from the default theme? Also, this clearly doesn't cover the fact of possible theme toggles like what is the case with Material here. So, what should I consider when making such stuff? Current home.html: What I want to note is the usage of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is what card grids are for (see #3018). When this feature is released, you will be able to arrange all sorts of contents into grids, directly from Markdown of course with minimal additional syntax required. If you want to add this yourself, grid layout is worth learning. |
Beta Was this translation helpful? Give feedback.
This is what card grids are for (see #3018). When this feature is released, you will be able to arrange all sorts of contents into grids, directly from Markdown of course with minimal additional syntax required.
If you want to add this yourself, grid layout is worth learning.