| Crates.io | zahuyach |
| lib.rs | zahuyach |
| version | 0.5.6 |
| created_at | 2025-06-26 20:16:15.28178+00 |
| updated_at | 2025-06-26 20:16:15.28178+00 |
| description | Static site generator for blogs written in Rust |
| homepage | |
| repository | https://github.com/b4rgut/zahuyach |
| max_upload_size | |
| id | 1727756 |
| size | 221,297 |
πΊπΈ English | π·πΊ Π ΡΡΡΠΊΠΈΠΉ
A static site generator for blogs written in Rust.
Zahuyach is a simple and fast static site generator designed for bloggers who write in Obsidian and want to host their content on GitHub Pages. It focuses on simplicity and performance while providing essential features for modern blogging.
cargo install zahuyach
zahuyach init
zahuyach build
zahuyach serve
# Specify output directory
zahuyach build --dir public
zahuyach build -d public
# Specify port
zahuyach serve --port 8080
zahuyach serve -p 8080
After running zahuyach init the following structure is created:
my-blog/
βββ content/ # Markdown files
βββ templates/ # HTML templates
βββ static/ # Static files (CSS, JS, images)
βββ config.toml # Site configuration
Contributions are welcome! Please feel free to submit a Pull Request.