Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions content/theme/astro-content-hub-rtl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: Astro Content Hub RTL
github: https://github.com/peeym/astro-content-hub-rtl
demo: https://content-hub-rtl.vercel.app
author: shortcutz
date: 2026-04-01
ssg:
- Astro
cms:
- No CMS
css:
- Tailwind
archetype:
- Blog
- Documentation
- Business
description: Content/knowledge hub — Astro + Tailwind v4, 22 pages, RTL support, articles, FAQ, newsletter.
featured: false
---

# Astro Content Hub RTL

A content-focused knowledge hub built with Astro and Tailwind CSS v4, designed for RTL (right-to-left) languages. Features 22 pages covering articles, FAQ, newsletter signup, and more.

## Features

- Full RTL support for Hebrew, Arabic, and other RTL languages
- 22 pre-built pages
- Tailwind CSS v4 styling
- Article/content management system
- FAQ section
- Newsletter integration ready
- SEO optimized
- Responsive design
- Clean, modern UI

## Getting Started

```bash
git clone https://github.com/peeym/astro-content-hub-rtl.git
cd astro-content-hub-rtl
npm install
npm run dev
```
43 changes: 43 additions & 0 deletions content/theme/astro-starter-kit-rtl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Astro Starter Kit RTL
github: https://github.com/peeym/astro-starter-rtl
demo: https://starter-kit-rtl.vercel.app
author: shortcutz
date: 2026-04-01
ssg:
- Astro
cms:
- No CMS
css:
- css
archetype:
- Business
- Blog
- Personal
description: Production-ready Astro template with full RTL support. 13 pages, 15+ components, dark mode, blog with MDX.
featured: false
---

# Astro Starter Kit RTL

A production-ready Astro template built for RTL (right-to-left) languages like Hebrew and Arabic. Includes 13 pages, 15+ reusable components, dark mode toggle, and a blog system powered by MDX.

## Features

- Full RTL support out of the box
- 13 pre-built pages (home, about, services, blog, contact, privacy, 404, and more)
- 15+ reusable components (Hero, Feature Grid, Pricing Table, Stats Bar, Split Section, Breadcrumb, Pagination, etc.)
- Dark mode with system preference detection
- Blog with MDX support and content collections
- SEO-friendly with proper meta tags
- Responsive design
- Vanilla CSS with custom properties (no framework dependency)

## Getting Started

```bash
git clone https://github.com/peeym/astro-starter-rtl.git
cd astro-starter-rtl
npm install
npm run dev
```