Files
sukr/netlify.toml
Timothy DeHerrera a73359098e docs: humanize documentation and update architecture
- content/about.md: Rewrite with first-person voice, remove
  "next-generation" and "craft tools that emphasize" patterns.
  Add personality ("probably more than it should").

- content/collab.md: More direct language, remove "find value in"
  and "broader community" hedging. Shorter bullet lists.

- AGENTS.md: Remove "state-of-the-art", update architecture tree
  to reflect current modules (config, feed, templates), fix
  stale config section to show actual site.toml usage.
2026-01-24 22:28:38 -07:00

14 lines
320 B
TOML

# Netlify build configuration for nrd.sh
[build]
command = "cargo build --release && ./target/release/nrd-sh"
publish = "public"
[build.environment]
RUST_VERSION = "1.84"
# Redirect clean URLs (optional, for server-side routing)
# Not needed since we use .html extensions
# Headers are configured in static/_headers