2 KiB
2 KiB
Template setup — complete these before going live
This site was generated from a Rustelo website template (a sanitized snapshot of a
living site). It builds and runs with placeholder defaults. Replace each item below.
Search the tree for example.com, Your Name, and # COMPLETE: to find spots.
1. Identity (required)
site/config/site.ncl— site name, languages, default language.site/config/seo.ncl/server.ncl—base_url(currentlyhttps://example.com).- Author/byline strings in
crates/*/templates/pages/about.j2,contact.j2.
2. Branding (required)
- Logos were not shipped. Add yours under
site/public/images/logos/and pointsite/config/site.ncllogo.*at them. - Theme:
site/assets/styles/themes/*.toml+uno.config.ts.
3. Content (required)
- Replace the example post:
site/content/blog/{en,es}/getting-started/. - Add pages under
site/content/pages/and routes insite/config/routes.ncl.
4. Secrets & services (required for auth/email/deploy)
- Copy
.env.example→.env; fill session secret, DB URL, SMTP/OAuth. site/config/{email.ncl,external-services.ncl,auth.toml}— providers.
5. Deploy (required only to ship images)
provisioning/project.ncl— namespace, image ref, PVC, pull secret (registry-pull-secret), TLS issuer/zone. All default toexample.com.lian-build/build_directives.ncl— registry (registry.example.com), signing, cache, secrets base (secrets-base).provisioning/build.nu—SECRETS_BASEenv / workspace.
6. Render profile
site/config/rendering.ncldefault_profileis preset for this template's mode. Switch profiles only with a matching build (just build-autoauto-detects).
7. ontoref (optional)
- If you chose ontoref onboarding,
.ontoref/governs this project. RunONTOREF_ACTOR=agent ontoref describe projectto verify. The rustelo domain ontology is referenced (not copied) via.rustelo.ontoref.
Delete this file once setup is done.