Gitkyl
Gitkyl [GIT-kul] is a static site generator for git repositories. Pure Rust.
Install
Use
Theme Options
Included themes:
Catppuccin-Latte(default) - Modern warm light themeCatppuccin-Mocha- Modern dark themeInspiredGitHub- GitHub-style light themebase16-ocean.light,base16-ocean.dark- Cool modern themesSolarized (light),Solarized (dark)- Eye-strain optimized
Custom themes:
Output Structure
dist/
├── index.html # Repository home
├── assets/ # CSS bundles
├── tree/master/src.html # Directory listing
├── blob/master/src/main.rs.html # Code file
├── blame/master/src/main.rs.html # Blame view
├── commit/abc1234.html # Commit detail with diff
├── commits/master/page-1.html # Commit history
└── tags/index.html # Tag listing
Build
BSD-3-Clause · lemorage