# atomix.github.io **Repository Path**: mirrors_atomix/atomix.github.io ## Basic Information - **Project Name**: atomix.github.io - **Description**: Atomix Website - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Atomix Website ## Setup ``` pip install mkdocs mkdocs-material mkdocs-minify-plugin ``` ## Run ``` mkdocs serve ``` Then browse to `http://localhost:8000` ## Publish ``` mkdocs gh-deploy ```