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'.
- Host: GitHub
- URL: https://github.com/aleksmercer/pythonstaticsite
- Owner: AleksMercer
- Created: 2025-09-29T21:39:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-30T21:44:10.000Z (9 months ago)
- Last Synced: 2025-09-30T23:28:03.790Z (9 months ago)
- Topics: mkdocs, mkdocs-material, python
- Homepage: https://aleksmercer.github.io/PythonStaticSite/
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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