# WP Git Posts

Load WordPress content from files without database writes.

```mermaid
graph LR
    A[📁 Git Repo] --> B[📄 Files]
    B --> C[🔌 PraisonPressGit]
    C --> D[🌐 WordPress]
    
    style A fill:#14B8A6,stroke:#7C90A0,color:#fff
    style B fill:#F59E0B,stroke:#7C90A0,color:#fff
    style C fill:#6366F1,stroke:#7C90A0,color:#fff
    style D fill:#10B981,stroke:#7C90A0,color:#fff
```

## Quick Start

1. **Install** → Upload plugin to WordPress
2. **Create** → Add Markdown/JSON/YAML files
3. **Sync** → Git push to deploy content

No database writes! 🎉

## Supported Formats

| Format | Use Case |
|--------|----------|
| 📝 Markdown | Blog posts, pages |
| 📋 JSON | Structured data |
| ⚙️ YAML | Configuration |

## Key Features

| Feature | Description |
|---------|-------------|
| 🔄 Git Sync | Version control for content |
| 👥 Collaborative | Multiple editors |
| ☁️ Cloud Native | Deploy anywhere |
| ⚡ No DB Writes | Fast and portable |

## Next Steps

- [Installation](getting-started/installation.md)
- [Configuration](getting-started/configuration.md)
- [File Content Guide](features/file-content.md)
