Enterprise Static Platform

prismatic-cranachan-fe59e2 publishes 9 routes from one controlled build system.

  • Route/faq/
  • Cadencemonthly
  • Priority0.6

FAQ

Answers to the questions that usually come up once a static site starts growing.

This route shows how the same template can support another content page without any manual HTML duplication.

Abstract performance banner

Why use markdown sources?

Markdown lets longer-form content live outside JSON so teams can write page body copy in a more natural format while keeping routes and metadata structured.

How does template selection work?

Each page can declare a template name. The build system chooses the matching renderer so different page types can share the same pipeline.

What do validation rules do?

Validation catches duplicate paths, missing content, unsupported template names, and broken markdown references before the build writes output.

How are pages created?

Pages are generated from structured content data and one shared template, so layout changes apply everywhere at once.

How do I add a route?

Add a new object to the content file, rerun the build, and the navigation, sitemap, schema, and output pages update automatically.

What gets deployed?

The public site is processed, optimized, and then copied into dist, which is the folder intended for static hosting.

Explore More

Each route shares one system, while retaining its own content, metadata, and operational priority.