Expand description
hexo-rs: A fast static site generator with built-in vexo theme
This crate provides a Rust implementation of a static site generator that uses Tera templates with an embedded vexo theme for rendering.
Modules§
- commands
- Command modules for hexo-rs
- config
- Configuration module
- content
- Content module - handles posts, pages, and content processing
- generator
- Generator module - generates static HTML files using built-in Tera templates
- helpers
- Helper functions for templates
- server
- Development server with live reload
- templates
- Built-in vexo theme templates using Tera template engine
- theme
- Theme module - handles theme loading
Structs§
- Hexo
- The main Hexo application