Extracted the template and tried to change it but it is not used.
Font_size is not applied either.
I am running mkdocs in Docker
FROM squidfunk/mkdocs-material
RUN pip install mkdocs-glightbox mkdocs-literate-nav mkdocs-slides
With docker run -u ${UID}:${GID} --rm -it -p 8000:8000 -v ${PWD}:/docs ${IMAGE_NAME}
My folder structure
mkdocs snippet
plugins:
- slides:
font_size: 64px
template: layouts/slide_template.html
Extracted the template and tried to change it but it is not used.
Font_size is not applied either.
I am running mkdocs in Docker
With
docker run -u ${UID}:${GID} --rm -it -p 8000:8000 -v ${PWD}:/docs ${IMAGE_NAME}My folder structure
mkdocs snippet