# Getting Started with Bengal

URL: /posts/second-post/
Section: posts
Description: Learn how to add posts and customize your blog

---

> For a complete page index, fetch /llms.txt.

# Getting Started with Bengal SSG

Bengal is a powerful static site generator that makes building websites easy and fun.

## Key Features

1. **Fast Builds** - Parallel processing for quick build times
2. **Asset Optimization** - Automatic minification and fingerprinting
3. **SEO Friendly** - Built-in sitemap and RSS generation
4. **Developer Experience** - Live reload and hot module replacement

## Next Steps

Try editing this post or creating a new one with:

```bash
bengal new page my-new-post --section posts
```

Then build and serve your site:

```bash
bengal serve
```
