Zahuyach
πΊπΈ English | π·πΊ Π ΡΡΡΠΊΠΈΠΉ
A static site generator for blogs written in Rust.
Description
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.
Features
- Markdown parsing and HTML generation
- CLI interface for easy usage
- Local development server
- Project scaffolding
- Designed for Obsidian compatibility
- GitHub Pages ready output
Installation
Usage
Initialize a new project
Build your site
Serve locally for development
Additional Options
Build command
# Specify output directory
Serve command
# Specify port
Project Structure
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
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.