DAX generates tags pages, pagination and sitemap.xml, rss.xml, robots.txt automatically without plugins
Tags
Add in frontmatter:
tags: [csharp, dax]
DAX auto generates:
/tags/→ list all tags (all_tags)/tags/csharp/→ all posts with tag csharp usingtag.daxlayout
Pagination
Controller file content/posts.md:
---
title: Blog
layout: posts-list.dax
collection: posts
pagination: 6
Generates /posts/, /posts/page/2/, with variables:
pagination.items (6 posts)pagination.page, total_pagespagination.prev_url, next_urlSEO Auto
Every build generates:
sitemap.xml from all pages + postsrobots.txtrss.xml from collections.postsNo plugin, no config. Lighthouse 100 out of box.
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