Blog Websites
Create a blog with built-in CMS and markdown support using the AI website generator.
Start a blog with Looops—complete with a CMS for managing posts, categories, and authors.
Blog Structure
Essential Pages
A complete blog typically needs:
- Home/Blog Index: List of recent posts
- Post Page: Individual article view
- Category Pages: Posts filtered by topic
- About: Author info
- Archive: All posts
Creating Your Blog
Initial Setup
"Create a blog with:
- Home: Featured post hero + recent posts grid
- Post page: Title, date, author, content, related posts
- Categories: Tech, Design, Business
- Sidebar: Search, categories, newsletter signup
Style: Clean, readable, dark mode option"
Blog CMS Schema
"Create a blog database with:
Posts table:
- title, slug, content (rich text)
- excerpt, featured_image
- author (relation), category (relation)
- published_date, is_featured, is_published
Categories table:
- name, slug, description
Authors table:
- name, bio, avatar, twitter"
Blog Features
Post Listings
Various ways to display posts:
"Show posts in a 3-column grid with thumbnails"
"Use a list layout with excerpts for the main blog"
"Add infinite scroll or pagination"
Featured Posts
Highlight important content:
"Show the most recent featured post as a large hero"
"Add a 'Featured' badge to select posts"
Categories & Tags
Organize content:
"Add category links in the sidebar"
"Show category badges on post cards"
"Create /category/[slug] pages"
Author Pages
For multi-author blogs:
"Create author profile pages at /author/[name]"
"Show all posts by that author"
SEO for Blogs
Post SEO
Each post should have:
"Add meta description field to posts table"
"Use post title as page title"
"Add structured data for articles"
Sitemap
Help search engines find posts:
"Add all published posts to the sitemap"
Example Blog Types
Personal Blog
"Create a minimalist personal blog with:
- Simple one-column layout
- Focus on typography and readability
- No sidebar, just content
- Subtle author info at bottom"
Company Blog
"Create a company blog with:
- Multiple categories (Product, Engineering, Culture)
- Author bylines with photos
- Related posts suggestions
- Newsletter CTA in footer"
Next Steps
- Working with the CMS — Add and manage posts
- SEO Best Practices — Rank your content