An open API service indexing awesome lists of open source software.

https://github.com/aleksmercer/pythonstaticsite

Educational project for the course 'Design and Deployment of Web Solutions in the Python Ecosystem'.
https://github.com/aleksmercer/pythonstaticsite

mkdocs mkdocs-material python

Last synced: about 1 month ago
JSON representation

Educational project for the course 'Design and Deployment of Web Solutions in the Python Ecosystem'.

Awesome Lists containing this project

README

          

# Static Site in Python

This project demonstrates creating, building, and deploying a **static website** using **MkDocs** and **GitHub Pages**.

It shows the full workflow from setting up a Python environment, installing MkDocs, generating a site, building static files, and deploying them automatically to GitHub Pages using **GitHub Actions**.

## Features

- Python-based static site generation with MkDocs
- Material theme support via `mkdocs-material`
- Automatic deployment to GitHub Pages through GitHub Actions