Welcome to the Sacred Sanskrit Texts Archive, a curated collection of revered Hindu stotras, kavachams, mantras, and other philosophical texts. This project aims to provide easy access to these ancient scriptures in a well-organized digital format.
All texts are hosted online and can be viewed directly via GitHub Pages:
https://druvx13.github.io/Rahu/
The main page at the link above serves as a portal to all available texts. Each text is presented on its own page, often including the original Sanskrit verses (in Devanagari script or transliterated) and translations where available.
The repository is organized as follows:
index.html
: The main portal page that links to all individual texts. This is the page you see at the GitHub Pages link above.README.md
: This file, providing information about the project.LICENSE
: Contains the license information for this project (currently MIT License).assets/
: Contains shared assets used by the portal page.
assets/css/style.css
: Global stylesheet (currently minimal as most styling is inline or via Tailwind CSS).assets/fonts/Sanskrit2003.ttf
: A font used for displaying Sanskrit characters, particularly the ‘ॐ’ symbol on the main portal.texts/
: This directory houses all the individual sacred texts. Each text is contained within its own subdirectory.
texts/[text_name]/index.html
: Each subdirectory (e.g., texts/rahu_kavacham/
) contains an index.html
file that displays the specific text. These pages may have their own specific styling and assets.docs/
: Contains additional documentation related to the project.
docs/README.md
: Original documentation (may be outdated or merged here).docs/structure.md
: Document describing the original structure (may be outdated or merged here).This collection includes a variety of texts, such as:
Each text page aims to provide an authentic representation. Some texts include translations in English or other languages.
index.html
) and individual text pages are built with HTML and styled using Tailwind CSS.Contributions are welcome! If you would like to contribute, please consider the following:
texts/
for the new text (e.g., texts/new_text_name/
).index.html
file for the text content. You can use existing text pages as a template for structure and styling.index.html
in the root directory to add a new card linking to your new text.When contributing, please try to maintain a similar style and structure to the existing pages.
This project is in public domain and is licensed under The Unlicense - see the LICENSE file for details. The content is provided for educational and spiritual purposes.