MarkSlide Go: manage a KB as hierarchicaly structured Md-files converted to PDF- or HTML slide decks
1.0K
This project contains tools to manage a knowledge-base as hierarchicaly structured markdown-files. These files are converted to PDF- or HTML-slide decks using the MARP tool.
References:
see also the GitHub Repository of the project: MarkSlideGo
Remarks: No python, NodeJS, etc. .. tools need to be installed locally, just Docker.
docker run -it --rm codepunx/markslidego /bin/bash
This opens a shell in the docker container, now you have to copy or clone the course content into the container:
git clone {{your-remote-repo}} ./courses/{{course-name}}
Then run the generation process manually:
python generate_course.py {{course-name}}
Afterwards you'll find a ZIP file with all the generated artifacts in /app/courses/{course}/output/{course}.zip.
Content type
Image
Digest
sha256:b1f620b7a…
Size
675.2 MB
Last updated
11 months ago
docker pull codepunx/markslidego