# Content Guide - MoreminiMore Website ## Adding Blog Posts Blog posts are located in `src/pages/category/` directory. ### Creating a New Blog Post 1. **Create a new `.astro` file** in `src/pages/category/`: ```astro --- import Layout from '../../layouts/Layout.astro' ---

Your Post Title

Your content here...

``` 2. **Use a SEO-friendly URL**: `your-post-title.astro` 3. **Commit and push** - auto-deploys to production ### Blog Post Template ```astro --- import Layout from '../../layouts/Layout.astro' ---

Post Title Here

Short description or subtitle

``` ## Writing Content ### Formatting - Use **Tailwind prose** class for automatic formatting - Headings: `

`, `

`, etc. - Paragraphs: `

` - Lists: `