This directory contains all your site content organized by type.
Create markdown files in posts/:
---
title: "My First Post"
date: 2025-01-01
tags: [welcome, getting-started]
---
Your content here...
Create markdown files in shorts/:
---
date: 2025-01-01T12:00:00+02:00
---
Short update text here.
Create .njk or .md files in pages/:
---
layout: default
title: "About"
permalink: "about/index.html"
---
# About This Site
Your about page content...
See platform documentation for detailed content type documentation.