The website of the project Bildung 6.0 from the Berne University of Applied Science. https://www.bfh.ch/de/forschung/forschungsprojekte/2023-035-219-642/
Clone the project
git clone https://github.com/bildung6/bildung6.git
Go to the project directory
cd bildung6
Run mkdocs via docker or locally (https://squidfunk.github.io/mkdocs-material/creating-your-site/#previewing-as-you-write)
On M1/M2
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
On Linux / Unix
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
On Windows
docker run --rm -it -p 8000:8000 -v "%cd%":/docs squidfunk/mkdocs-material
Directly via mkdocs
mkdocs serve
Contributions are always welcome!
- Amazing illustrations from undraw.co
- A lot of inspiration taken from the home page of Mkdocs Material
If you have any feedback, please reach out to us at [email protected]