24 lines
807 B
Text
24 lines
807 B
Text
let d = import "ontology/schemas/project-card.ncl" in
|
|
|
|
d.ProjectCard & {
|
|
id = "{{ project_name }}",
|
|
name = "{{ project_name }}",
|
|
tagline = "A website built on the Rustelo framework",
|
|
description = "Config-driven website on Rustelo. COMPLETE: set your own tagline, description, and metadata.",
|
|
version = "0.1.0",
|
|
status = 'Beta,
|
|
source = 'Local,
|
|
url = "",
|
|
repo = "",
|
|
started_at = "2026",
|
|
tags = ["rust", "rustelo", "nickel", "website"],
|
|
tools = ["Rust", "Nickel", "TypeScript", "UnoCSS"],
|
|
features = [
|
|
"Config-driven routes, themes, menus (NCL)",
|
|
"Bilingual content ({{ languages }})",
|
|
"Dual-mode build (htmx-ssr / leptos-hydration)",
|
|
],
|
|
featured = false,
|
|
sort_order = 0,
|
|
logo = "",
|
|
}
|