Skip to main content

Crate typstify_core

Crate typstify_core 

Source
Expand description

Typstify Core Library

Core types, configuration, and error handling for the Typstify static site generator.

Re-exports§

pub use config::Config;
pub use content::ContentPath;
pub use content::ContentType;
pub use content::Page;
pub use content::ParsedContent;
pub use error::CoreError;
pub use error::Result;
pub use frontmatter::Frontmatter;

Modules§

config
Site configuration management.
content
Content types and structures.
error
Error types for the Typstify core library.
frontmatter
Frontmatter parsing for content files.
utils
Shared string utilities for HTML escaping, slugification, and HTML stripping.