Skip to content

plugin error #2619

@Anaraquelpengelly

Description

@Anaraquelpengelly

Hi, I am getting this error message:

ERROR    -  Config value: 'plugins'. Error: The "print-site" plugin is not
            installed
Aborted with 1 Configuration Errors!

. I have installed progress and print-site and added plugins to my mkdocs.yml file:

site_name:` Slide template - MKDocs
site_url: https://fhiegel.github.io/slide-template
site_description: >
  Templates for creating slides into static site generators
repo_url: https://github.com/fhiegel/slide-template
plugins:
    - search
    - print-site
nav:
  - Home: index.md
  - Slides:
    - Simple: pitch.md
theme:
  name: material
  custom_dir: theme
  palette:
    primary: black
    accent: red
  feature:
    tabs: true
reveal:
  path: reveal.js/dist
  transition: slide
  theme:
    name: white.css
    path: theme
  plugin:
    path: reveal.js/plugin
extra:
  author:
    name: fhiegel
# Extensions
markdown_extensions:
  - admonition
  - extra
  - meta
  - tables
  - toc
  - pymdownx.details
  - pymdownx.emoji
  - pymdownx.smartsymbols
  - pymdownx.tabbed
  - pymdownx.tasklist 

I really don't understand what I am doing wrong! any help would be greatly appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions