Re-exports§
pub use config::SiteConfig;pub use config::SiteSection;pub use config::TemplateSection;pub use core::content_generation;pub use generator::generate_site;pub use generator::generate_site_development;pub use generator::generate_site_development_with_plugins;pub use generator::generate_site_development_with_plugins_and_templates;pub use generator::generate_site_with_plugins;pub use generator::generate_site_with_plugins_and_templates;pub use plugins::ContentParser;pub use plugins::ParsedContent;pub use plugins::PluginRegistry;pub use presentation::styles::StyleManager;pub use server::run_dev_server;pub use server::run_dev_server_with_plugins;pub use server::run_dev_server_with_plugins_and_templates;pub use templates::TemplateManager;pub use templates::TemplateRegistry;pub use templates::partials;pub use templates::partials::ContentItem;
Modules§
Macros§
- register_
template - Macro to register a template type with the registry
Structs§
- Sherwood
- A configurable CLI for Sherwood static site generator