Skip to main content

Module blog

Module blog 

Source

Re-exports§

pub use author_info::AuthorInfo;
pub use author_info::AuthorInfo;
pub use blog_card::BlogCard;
pub use blog_card::BlogCard;
pub use blog_layout::BlogLayout;
pub use blog_layout::BlogLayout;
pub use blog_layout::BlogSearchButton;
pub use blog_layout::BlogSearchButton;
pub use blog_list::BlogList;
pub use blog_list::BlogList;
pub use blog_meta::BlogIndexMeta;
pub use blog_meta::BlogIndexMeta;
pub use blog_meta::BlogPostMeta;
pub use blog_meta::BlogPostMeta;
pub use blog_post::BlogPostView;
pub use blog_post::BlogPostView;
pub use mobile_drawer::BlogMobileDrawer;
pub use mobile_drawer::BlogMobileDrawer;
pub use post_nav::BlogPostNav;
pub use post_nav::BlogPostNav;
pub use progress_bar::ReadingProgressBar;
pub use progress_bar::ReadingProgressBar;
pub use reading_time::ReadingTimeBadge;
pub use reading_time::ReadingTimeBadge;
pub use related_posts::RelatedPosts;
pub use related_posts::RelatedPosts;
pub use search_modal::BlogSearchModal;
pub use search_modal::BlogSearchModal;
pub use tag_filter::TagFilter;
pub use tag_filter::TagFilter;
pub use theme_toggle::BlogThemeToggle;
pub use theme_toggle::BlogThemeToggle;

Functions§

AuthorInfo
Author info display (avatar + name).
BlogCard
Individual blog post card for the listing page.
BlogIndexMeta
Injects basic SEO meta tags for the blog index/listing page.
BlogLayout
Blog layout shell.
BlogList
Blog listing page with cards grid, tag filter, and pagination.
BlogMobileDrawer
Slide-in drawer for mobile screens (blog variant).
BlogPostMeta
Injects Open Graph / SEO meta tags and document title for a single blog post.
BlogPostNav
Previous/Next post navigation.
BlogPostView
Single blog post view.
BlogSearchButton
Reusable search button for blog headers.
BlogSearchModal
Blog search modal triggered by Cmd/Ctrl+K or the search button.
BlogThemeToggle
Light/dark theme toggle for blog layouts.
ReadingProgressBar
A thin reading progress bar fixed at the top of the viewport.
ReadingTimeBadge
Reading time badge component.
RelatedPosts
Displays related posts based on tag overlap.
TagFilter
Horizontal tag filter bar.