feat: rename project from nrd-sh to sukr

sukr = suckless + Rust. Minimal static site compiler.

- Update Cargo.toml name and description
- Update main.rs USAGE and doc comments
- Update AGENTS.md with new name, Tera architecture
- Create README.md with quick start guide
This commit is contained in:
Timothy DeHerrera
2026-01-31 15:44:02 -07:00
parent 4c2c3d5495
commit e1ee18ca8a
5 changed files with 120 additions and 48 deletions

View File

@@ -1,8 +1,8 @@
[package]
description = "Bespoke static site compiler for nrd.sh"
description = "Minimal static site compiler — suckless, Rust, zero JS"
edition = "2024"
license = "MIT"
name = "nrd-sh"
name = "sukr"
version = "0.1.0"
[dependencies]