This repository contains the source code for the Pardus Linux website, built with MkDocs and Material for MkDocs.
Follow these instructions to set up the project locally on your machine.
- Python 3.x
- Git
-
Clone the repository
git clone git@github.com:pardus/pardus.github.io.git cd pardus.github.io -
Create a virtual environment
python3 -m venv venv
-
Activate the virtual environment
source venv/bin/activate -
Install dependencies
pip install mkdocs-material mkdocs-material-extensions
To start the development server with live reload:
mkdocs serve --livereloadOpen your browser and navigate to http://127.0.0.1:8000/. The site will automatically update as you modify the files.
This project is configured to automatically deploy to GitHub Pages using GitHub Actions when changes are pushed to the main branch.