Onze · A minimal Eleventy blog template

Organizing Posts

You can organize your post files inside the blog/ folder however you prefer. The URL is always generated from the date in the front matter and the folder name (slug).

Examples

All of these produce the same URL pattern /blog/2026/08/your-post/:

  • blog/your-post/index.md
  • blog/2026/your-post/index.md
  • blog/2026/08/your-post/index.md

Choose whatever structure keeps your files organized for you. The output URL will always be consistent.