website-htmx-rustelo-code/site/templates/content/blog/example/post.ncl

19 lines
422 B
Text
Raw Permalink Normal View History

2026-07-10 03:44:13 +01:00
let schema = import "content/metadata/post_metadata.ncl" in
schema.make_post {
id = "my-post-slug",
title = "Post Title",
slug = "my-post-slug",
subtitle = "One-line description",
excerpt = "Two or three sentences for listings and SEO.",
date = "2026-01-01",
featured = false,
category = "category-slug",
tags = ["rust", "tag2"],
read_time = "8 min read",
sort_order = 1,
}