https://ueapy.github.io/pythoncourse2025-website/
Steps to generate pages using mkdocs:
-
Create and activate conda environment using environment.yaml
1st time conda env create
then conda activate mkdocs
-
Generate pages from markdown files and deploy to github as a branch gh-pages
mkdocs gh-deploy --clean
To generate pages into the _site directory, without pushing to github
mkdocs build
-
Configure GitHub pages for this repo in Settings > Pages
- Build and deployment
- Branch > gh-pages and /root