Super-Simple Includes Documentation

v0.244.0

Skeleton Site Messages

See Errors & Warnings Catalog for the full index, and Errors & Warnings Guide for a narrative explanation of message categories, exit codes, and common fixes.

Messages from the ssi new command, which creates skeleton site directories with starter configuration.

Message Exit Code Hint
🏗️ Creating [type] skeleton site in [path]
Creating skeleton site files in [path]
🏗️ Creating [type] skeleton site with atomic deployment setup
DRY RUN MODE - No real filesystem writes in this pass ([mode]) 💡 In this pass, writes are skipped or simulated. If you used `-n` or `--dry-run` on the command, run the same command without it to create the skeleton. `ssi new` also runs a built-in dry validation first, then a second pass writes files: wait for the line about creating skeleton site files, or the final success, before assuming nothing will be created.
🎉 Skeleton site with atomic deployment created successfully in [path]!
This will create versioned deployments and update the symlink [link]
🦴 Skeleton site created at [path]
🎉 Skeleton site created successfully in [path]!
Next: ssi atomic [target] [link]
👣 Next steps for [path]:
Project directory at [path] is not a valid site title (ASCII letters, digits, hyphens, and underscores only) — using the fixed title Site Name TK in generated config 💡 Rename the project directory, or edit strings.toml after creation to set the site name you want
3️⃣ Deploy: ssi deploy [path] output/
2️⃣ Edit your site files in [path]/
1️⃣ Review configuration in [path]/ssi-config.toml