An open API service indexing awesome lists of open source software.

https://github.com/astro-fusion/astro-blogs

A comprehensive resource for Vedic astrology covering Rasi, Houses, Planets, Dasha Systems, Nakshatras, and more.
https://github.com/astro-fusion/astro-blogs

astrology blog md mdx tutorial

Last synced: about 2 months ago
JSON representation

A comprehensive resource for Vedic astrology covering Rasi, Houses, Planets, Dasha Systems, Nakshatras, and more.

Awesome Lists containing this project

README

          

# AstroFusion Blogs

A comprehensive repository of Vedic Astrology content, structured as a documentation site. This project aims to provide deep, authoritative, and SEO-friendly articles on various aspects of Vedic Science, including Rasi, Houses, Planets, Dashas, Nakshatras, and more.

## 🌟 Project Overview

AstroFusion Blogs is a curated collection of knowledge designed for both enthusiasts and students of Vedic Astrology. The content is formatted in MDX (Markdown with JSX) to support rich text and potential interactive components.

## 📂 Directory Structure

The content is organized hierarchically by astrological concepts:

- **01_Rasi**: Zodiac signs (Mesha to Meena).
- **02_Houses**: The 12 astrological houses and their significations.
- **03_Planets**: Detailed descriptions of Planets and Upagrahas.
- **04_DashaSystem**: Vimshottari and Yogini Dasha systems.
- **05_Nakshatra**: The 27 Lunar Mansions.
- **06_Planet_in_Houses**: Analysis of planets placed in specific houses.
- **07_Calculations**: Astrological calculations (e.g., Shadbala).
- **08_Planet_in_Rashi**: Planets placed in specific zodiac signs.
- **10_Lord_in_Houses**: Deep dive into House Lords placed in other houses.
- **11_Planets_Conjunctions**: Effects of multi-planet conjunctions.
- **14_Divisional_Charts**: Vargas (D1 to D60).
- **17_Ashtakavarga**: The system of eightfold classification.
- **18_Vastu**: Vastu Shastra principles.
- **19_Medical_Astrology**: Health and disease prediction.
- **20_Transit**: Planetary transits (Gochara).
- **21_Numerology**: Vedic and Western numerology.

## 📝 Content Format

All articles are written in **MDX** format.

### Frontmatter Convention
Each file must include YAML frontmatter:
```yaml
---
title: 'Article Title'
description: 'Concise summary for SEO (150-160 chars)'
keywords: 'keyword1, keyword2, keyword3'
---
```

### File Naming
Files follow a strict naming convention for ordering and SEO:
`{OrderPrefix}_{TopicSlug}.mdx`
Example: `0101_Mesha.mdx`

## 🚀 Getting Started

To browse the content locally:
1. Clone the repository.
2. Open the `index.mdx` file to see the full table of contents.
3. Navigate through the directories to read specific articles.

## 🤝 Contribution Guidelines

We welcome contributions to expand this knowledge base.

1. **Topic Selection**: Ensure the topic fits into the existing directory structure.
2. **Formatting**: Strictly follow the MDX structure and Frontmatter requirements.
3. **Quality**: Content should be detailed, authoritative, and SEO-optimized.
4. **Linking**: Use relative paths for internal links (e.g., `[Link Text](../Folder/File.mdx)`).

## 🛠️ Tech Stack

- **Content**: MDX (Markdown + JSX)
- **Structure**: Hierarchical File System
- **Metadata**: `_meta.json` files for navigation ordering (Nextra/Next.js compatible).

---
*Generated by AstroFusion Team*