This is the repo for the Chennai Python User Group's website http://chennaipy.org. The site is built using Pelican, a static site generator, powered by Python. The site's theme is based on Pure Pelican Theme.
Python 3.9+
UV is a fast Python package installer and resolver.
- For macOS and Linux
curl -LsSf https://astral.sh/uv/install.sh | sh- For windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Fork the repository to your account so that you have your copy of the website.
While fork provide chennaipy-website as a repo name
git clone --recursive https://github.com/<your-username>/chennaipy-website.gitThis will clone the repository on to your system and clone the submodules inside
it as well recursively. Additionally, the folder to which it will be cloned to
is called chennaipy-website.
cd chennaipy-websitegit submodule update --init --recursiveuv venvsource .venv/bin/activate # On Windows: .venv\Scripts\activateuv syncuv run devOr specify a custom port:
uv run dev -p 3000Open up your web browser and point it to http://localhost:8000 to see the site running locally.
See CONTRIBUTING.md