mkdocs_nype.plugins.latest_blog_posts.plugin
Synopsis
MkDocs plugin made to insert latest blog posts on a page.
This plugin was formerly a hook:
Note
- Currently limited to the homepage.
MIT License 2024 Kamil Krzyśków (HRY) for Nype (npe.cm)
LOG
Logger instance for this plugin.
BLOG_INSTANCE_MAP
Mapping of active blog instances. Set in on_config
REQUIRED_OPTIONS
List of lowercase required options to validate the input
LatestBlogPostsPlugin
Bases: BasePlugin[LatestBlogPostsConfig]