Skip to content

hopythonusergroup/2025.pyho.conference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2025.pyho.conference

This project is a documentation site for the 2025 PyHo Conference, built using Material for MkDocs.

Features

  • Modern, responsive documentation powered by MkDocs Material theme
  • Easy navigation and search
  • Customizable layouts and color schemes

Getting Started

Prerequisites

  • Python 3.7+
  • pip

Installation

  1. Clone the repository:

    git clone https://github.com/hopythonusergroup/2025.pyho.conference.git
    cd 2025.pyho.conference
  2. Create a Virtual Environment

    python -m venv .venv
    source .venv/bin/activate
  3. Install dependencies:

    pip install mkdocs-material
    pip install -r requirements.txt

Usage

To serve the documentation locally:

mkdocs serve

Open http://localhost:8000 in your browser.

To build the static site:

mkdocs build

The generated site will be in the site/ directory.

Customization

Edit mkdocs.yml to change site configuration, navigation, and theme options.
Add or edit Markdown files in the docs/ directory for your content.

Deployment

You can deploy the site to GitHub Pages:

mkdocs gh-deploy

Resources

License

This project is licensed under the MIT

About

PyHo 2025 - the regional Python community conference of the Python User Group Ho website built using Mkdocs, Material for Mkdocs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors