The central content repository for Theorym's educational platform. This repository contains structured educational content across three main pillars: Learn, Solve, and Research.
theorymOS/
├── learn/ # Educational content organized by subject and field
│ ├── mathematics/
│ │ ├── abstract-algebra/
│ │ ├── real-analysis/
│ │ └── ...
│ ├── physics/
│ │ ├── quantum-mechanics/
│ │ ├── classical-mechanics/
│ │ └── ...
│ └── computer-science/
│ ├── algorithms/
│ ├── data-structures/
│ └── ...
├── solve/ # Problem sets and exercises
│ ├── mathematics/
│ ├── physics/
│ └── computer-science/
├── research/ # Research materials and papers
│ ├── mathematics/
│ ├── physics/
│ └── computer-science/
└── meta.json # Metadata configuration
Content is written in MDX (Markdown with JSX) and includes frontmatter with metadata. Example:
---
title: Introduction to Abstract Algebra
description: Fundamental concepts of abstract algebra including groups, rings, and fields
subject: mathematics
field: abstract-algebra
chapter: 1
tags: ["algebra", "groups", "rings", "fields"]
---
# Introduction to Abstract Algebra
Content goes here...- File Structure: Place content in the appropriate subject/field directory
- Frontmatter: Include required metadata (title, description, subject, field)
- Formatting: Follow standard MDX formatting practices
- Images: Place images in an
imagesfolder within the content directory - Math: Use LaTeX syntax for mathematical expressions
- Fork this repository
- Create a new branch for your changes
- Add or modify content
- Submit a pull request with a clear description of your changes
This repository is designed to be integrated with the Theorym platform. Content is automatically pulled during the build process and processed using the fumadocs system.
This repository is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). This means:
- Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made.
- NonCommercial: You may not use the material for commercial purposes.
- ShareAlike: If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
For more information, see the LICENSE file.
For questions or suggestions regarding this content repository, please contact:
- Email: contact@theorym.org
- Website: https://theorym.org