You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations.md
+60Lines changed: 60 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,66 @@ title: Integrations
3
3
icon: octicons/plug-16
4
4
---
5
5
6
+
## Blog plugin (from Material theme)
7
+
8
+
Since version 1.17, the plugin integrates with the [Blog plugin (shipped with Material theme)](https://squidfunk.github.io/mkdocs-material/plugins/blog/) (see also [the tutorial about blog + RSS plugins](https://squidfunk.github.io/mkdocs-material/tutorials/blogs/engage/)).
9
+
10
+
In some cases, the RSS plugin needs to work with the Material Blog:
11
+
12
+
- for blog posts, the structure of the path to social cards is depending on blog configuration
13
+
- retrieve the author's name from the `.authors.yml` file
14
+
- optionnaly retrieve the author's email from the `.authors.yml` file
15
+
16
+
If you don't want this integration, you can disable it with the option: `use_material_blog=false`.
17
+
18
+
> See [related section in settings](./configuration.md#use_material_blog).
Since version 1.10, the plugin integrates with the [Social Cards plugin (shipped with Material theme)](https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/) (see also [the full plugin documentation here](https://squidfunk.github.io/mkdocs-material/plugins/social/)).
0 commit comments