Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 699 Bytes

File metadata and controls

32 lines (23 loc) · 699 Bytes

GitHub Pages Starter for Repository Catalog

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

Local setup

python -m venv .venv
source .venv/bin/activate   # Linux/macOS
# .venv\Scripts\activate    # Windows PowerShell
pip install mkdocs-material
mkdocs serve

Then open the local URL printed by MkDocs.

Build

mkdocs build

Deploy

Push to GitHub. The workflow in .github/workflows/deploy.yml will build and publish the site.