This project is a documentation site for the 2025 PyHo Conference, built using Material for MkDocs.
- Modern, responsive documentation powered by MkDocs Material theme
- Easy navigation and search
- Customizable layouts and color schemes
- Python 3.7+
- pip
-
Clone the repository:
git clone https://github.com/hopythonusergroup/2025.pyho.conference.git cd 2025.pyho.conference -
Create a Virtual Environment
python -m venv .venv source .venv/bin/activate -
Install dependencies:
pip install mkdocs-material pip install -r requirements.txt
To serve the documentation locally:
mkdocs serveOpen http://localhost:8000 in your browser.
To build the static site:
mkdocs buildThe generated site will be in the site/ directory.
Edit mkdocs.yml to change site configuration, navigation, and theme options.
Add or edit Markdown files in the docs/ directory for your content.
You can deploy the site to GitHub Pages:
mkdocs gh-deployThis project is licensed under the MIT