How DAX auto collections and unlimited nested YAML frontmatter works without fixed schema
Auto Collections
Create folder content/services/ and put jas.md, desain.md inside.
DAX auto generates collections.services sorted by date desc.
In template:
No config file needed.
Free Nested Frontmatter
Unlike Blazor or fixed schema SSG, DAX frontmatter is free:
hero:
title: Welcome
list:
- name: GitHub
url: https://github.com
meta:
icon: github
deep:
level: 3
Access in template:
Unlimited depth. No struct definition. This is impossible in CAX.
About
DAX .NET Static Site Generator
DAX is a slim .NET SSG. Build static sites 50x faster than Blazor SSG. No WASM bloat, just pure static HTML. For .NET devs who hate Blazor slow.
Lastest Post
Hello DAX - Pure C# Slim Static Site Generator That Slaps Blazor Bloat
DAX vs CAX - Why C# Beats C for Windows Developers