16 lines
786 B
Markdown
16 lines
786 B
Markdown
|
|
# Ontoref — generated site
|
||
|
|
|
||
|
|
- project: website render mode: htmx-ssr languages: en,es en
|
||
|
|
- domain: ontoref.dev ontoref: minimal
|
||
|
|
|
||
|
|
## Remaining COMPLETE items
|
||
|
|
- site/config/site.ncl — set site name (title) and languages/default_language.
|
||
|
|
- site/config/routes.ncl — your routes; content under site/content/.
|
||
|
|
- .env (copy from .env.example) — session secret, DB, SMTP/OAuth.
|
||
|
|
- provisioning/project.ncl + lian-build/build_directives.ncl — registry, namespace, secrets (search: example.com, registry.example.com, secrets-base).
|
||
|
|
- Logos under site/public/images/logos/ + site/config/site.ncl logo.*
|
||
|
|
- Replace the example post in site/content/blog/{en,es}/getting-started/.
|
||
|
|
|
||
|
|
Build: just build-auto (auto-detects profile)
|
||
|
|
Pack: just build::distro
|
||
|
|
Verify: cargo check
|