Skip to content

andrii2g/andrii2g.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors