Skip to content
Jan Petr edited this page Jun 9, 2026 · 4 revisions

Welcome to the osipi.github.io wiki!

osipi.org web site is based on this theme: https://github.com/Phlow/feeling-responsive/. While configuring the details of the web site may or may not be easy in all cases, making small updates and modifying content should be rather easy.

This page contains some useful pointer to help get started with contributing edits to the OSIPI web site content.

Instructions on how to edit content of this web site and how to test the website locally are available here.

If you want to build the pages locally:

Clone and switch to the working branch

git clone git@github.com:OSIPI/osipi.github.io.git cd osipi.github.io git checkout migrate-osipi-content

Create and activate a virtual environment

python3 -m venv .venv source .venv/bin/activate

Install dependencies and serve

pip install -r requirements.txt mkdocs serve

Then open http://127.0.0.1:8000/