# Khronos-Schemas **Repository Path**: mirrors_KhronosGroup/Khronos-Schemas ## Basic Information - **Project Name**: Khronos-Schemas - **Description**: Backing store for https://schema.khronos.org/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-09 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Khronos Schemas This repository backs the website https://schema.khronos.org/. Changes merged to `main` are automatically built and deployed via GitHub Actions to AWS S3 and served through CloudFront. ## Adding a new directory 1. Create the directory and add your schema files inside it. 2. Create an `index.md` file in the new directory with the following content (replace `your-directory` and `Your Title`): ```markdown --- layout: default title: Your Title --- ``` 3. Commit and push. The site will deploy automatically. ## Local development Run a local Jekyll build and serve the site: ``` bundle exec jekyll serve ``` Then open http://localhost:4000 in your browser. The site rebuilds automatically when files change.