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,6 +1,6 @@
//! nrd.sh - Bespoke static site compiler.
//! sukr - Minimal static site compiler.
//!
//! Transforms markdown content into a minimal static site.
//! Suckless, Rust, zero JS. Transforms markdown into static HTML.
mod config;
mod content;
@@ -20,10 +20,10 @@ use std::fs;
use std::path::{Path, PathBuf};
const USAGE: &str = "\
nrd-sh - Bespoke static site compiler
sukr - Minimal static site compiler
USAGE:
nrd-sh [OPTIONS]
sukr [OPTIONS]
OPTIONS:
-c, --config <FILE> Path to site.toml config file (default: ./site.toml)