Skip to content

Custom template not loaded #2

@vincic

Description

@vincic

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

docs
layouts
overrides

mkdocs snippet

plugins:
  - slides:
      font_size: 64px
      template: layouts/slide_template.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions