From 1c91a1a10caa6e5a29a6ddcc694c469a8b002f37 Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Mon, 2 Sep 2024 09:49:55 +0200 Subject: [PATCH] update readme --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8165c43..bc38226a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,21 @@ # python.cz -Czech Python community homepage powered by [MkDocs](https://www.mkdocs.org/). +Czech Python community homepage, now powered by [MkDocs](https://www.mkdocs.org/). -# How to run (for development) +## What happened here? + +In 2023-2024, there has been a volunteer-driven effort to revive this site and migrate it from Flask-Frozen to MkDocs. +For details and motivations, read [#559](https://github.com/pyvec/python.cz/pull/559). +The main bulk of the work is done, but many small details still need to be finalized. +The effort is ongoing, and you're welcome to help! +Check out the [issues](https://github.com/pyvec/python.cz/issues), especially the pinned ones. + +## How to run (for development) 1. Clone repository 1. `poetry install` 1. `poetry run mkdocs serve` - ## License [MIT](LICENSE)