Martin Donath
Martin Donath
Thanks! Now, all avatar URLs are `#`? If I check `authors.json`, I only see `#`: ``` json { "squidfunk": { "login": "squidfunk", "name": "squidfunk", "url": "#", "avatar": "https://www.gravatar.com/avatar/174f624169542490d134f6ebfa6989f7?d=identicon" } }...
I can confirm that it works now. Thanks for your patience and for your work on this great plugin!
Thanks!
As discussed in https://github.com/squidfunk/mkdocs-material/discussions/4344#discussioncomment-3644360, probably the best and most flexible way is to allow the user to manually create the category pages with custom content. Same goes for archive pages,...
Added in squidfunk/mkdocs-material-insiders@08ab20cce3a499352ad8fafab9ee57925e4997ec and released as part of 8.5.3+insiders-4.24.0. The documentation includes a new section how to [add custom content to generated index pages](https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#custom-index-pages).
Additionally, there's a new setting called [`post_excerpt_max_categories`](https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#+blog.post_excerpt_max_categories), which implements the functionality of your other feature request, allowing to limit the number of categories for post excerpts. `authors_in_excerpt` has been renamed...
Thanks for reporting. This is actually not a bug, but definitely yields room for improvement. I'll check how we can improve search summaries of structured data (lists, code blocks) in...
The TOC is on the right (all anchors of the current page). What you're talking about is the navigation sidebar on the left. The sidebar is hidden on widths below...
I'm not sure what we should do here. On smaller screens, the sidebar needs to be collapsed into the hamburger menu – there's just not enough space to render both....
> We had a similar problem. In fact, what's happening is that UTF-16 gets "converted" to UTF-8, which keeps the "string" as is, but will break some of the actual...