-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
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
Labels
No labels