Content Structure and Markdown Conventions
2025-08-23
1 min read
content/posts/ as .md filesYAML---
title: 'Post Title'
excerpt: 'One-sentence summary that is concise and clear.'
date: '2025-01-15'
category: 'Technology'
tags: ['nextjs', 'typescript']
featured: false
author: 'Clark'
status: 'published'
---
npm run devShellpnpm dev