docs: fix tutorial path with inline templates

Replace stale `cargo install sukr` with install-from-source.
Replace Step 4 dead-end with inline base.html, page.html,
and content/default.html templates. Add "View your site"
completion step. Improve Next Steps with reading-order context.
This commit is contained in:
Timothy DeHerrera
2026-02-12 12:45:09 -07:00
parent 978ae679ff
commit ce830767ff
3 changed files with 60 additions and 8 deletions

View File

@@ -21,7 +21,9 @@ Most static site generators punt rich content to the browser. sukr doesn't.
```bash
# Install
cargo install sukr
git clone https://github.com/nrdxp/sukr
cd sukr
cargo install --path .
# Create site structure
mkdir -p content templates static