This is a Demo of Title

Welcome to the first official demonstration article on our Community Starter template! This post showcases how nested date-based directory structures seamlessly compile into clean, human-readable URLs.

Why Date-Based Routing?

Organizing articles into structured date paths (/YYYY/MM/DD/slug) provides several architectural benefits for technical blogs and static sites:

  • Clean Hierarchy: Keeps your content repository neat and easily navigable as your post count grows.
  • SEO & Permalinks: Creates predictable, permanent URLs that never collide across different years or months.
  • Markdown Simplicity: Write content in raw Markdown without worrying about complex front-matter routing parameters.

Code Demonstration

Here is an example of how straightforward publishing is in WebFact:

# Create a new post file directly in your terminal
mkdir -p content/blog/2026/08/14/
touch content/blog/2026/08/14/hello-world.md

Thank you for exploring the WebFact ecosystem. Stay tuned for more open-source releases!