Skip to main content

Crate jekyll

Crate jekyll 

Source
Expand description

Jekyll 博客框架核心编译器

该库提供完整的 Jekyll 博客框架功能,包括:

  • 目录结构识别和处理
  • 帖子(Posts)处理
  • 集合(Collections)支持
  • Liquid 模板引擎集成
  • Markdown 处理

Re-exports§

pub use errors::*;
pub use types::*;
pub use compiler::*;
pub use plugin::*;
pub use tools::site_generator::*;
pub use tools::*;

Modules§

compiler
编译器模块 提供 VuTeX 文档编译器的核心功能
errors
plugin
插件模块 提供 VuTeX 文档编译器的插件系统
tools
工具模块
types
watcher