This repository is a starter for a GitHub Pages website built with MkDocs and Material for MkDocs.
It includes:
- Homepage
- Repository catalog section
- Category pages
- First repository page for Telegram-Tools
- GitHub Actions workflow for deployment to GitHub Pages
python -m venv .venv
source .venv/bin/activate # Linux/macOS
# .venv\Scripts\activate # Windows PowerShell
pip install mkdocs-material
mkdocs serveThen open the local URL printed by MkDocs.
mkdocs buildPush to GitHub. The workflow in .github/workflows/deploy.yml will build and publish the site.