Skip to main content

Module blog

Module blog 

Source
Expand description

Blog engine module for dioxus-docs-kit.

Provides a complete blog with post listing, tag filtering, search, reading time, and MDX rendering — all embedded at compile time.

Re-exports§

pub use config::BlogConfig;
pub use hooks::BlogProviders;
pub use hooks::use_blog_providers;
pub use registry::BlogRegistry;
pub use types::Author;
pub use types::BlogFrontmatter;
pub use types::BlogPost;
pub use types::BlogSearchEntry;

Modules§

config
Builder for constructing a BlogRegistry.
hooks
registry
Blog content registry.
types