Expand description
RustPress - 一个快速的静态博客生成器
这个库提供了构建静态博客网站的核心功能,包括:
- Markdown 文章解析
- 模板渲染
- 静态文件生成
- 开发服务器
Re-exports§
pub use cli::Cli;pub use cli::Commands;pub use config::Config;pub use error::Error;pub use error::Result;pub use generator::Generator;pub use post::Post;pub use post::PostParser;pub use server::DevServer;pub use template::TemplateEngine;pub use utils::*;