Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors