Skip to content

Malaga-Python/python-malaga.es

Repository files navigation

Python Málaga Website

This is the source code of the Python Málaga website, a static website built with Pelican and hosted on GitHub Pages. As a Python community, we use Python to build our website.

Installation

To install the website locally, you need to have Python 3.12 or higher installed. Then, you can install the required dependencies with the following command:

pip install -r requirements.txt

We recommend using a virtual environment to avoid conflicts with other Python projects. You can create a virtual environment with the following command:

python -m venv venv

Then, you can activate the virtual environment with the following command:

source venv/bin/activate

Usage

To build the website, you can use the following command:

make html

To serve the website locally, you can use the following command:

make serve

Deployment to GitHub pages is done automatically with a GitHub Action. You can check the GitHub Action configuration in the .github/workflows/build.yml file.

Contributing

If you want to contribute to the website, you can fork the repository and create a pull request. We will review your changes and merge them. We will try to help you if we find any issues with your pull request. We are open to any kind of contribution, from fixing typos to adding new features.

You can also open an issue if you find any bug or have any suggestion. For any other question, you can contact us at Telegram or Twitter.

License

This project uses these licenses:

Releases

No releases published

Packages

 
 
 

Contributors