EldoranDev / gridsome-plugin-remark-shiki

Syntax highlighter for markdown code blocks using shiki
15 stars 8 forks source link

min theme not supported #5

Closed Berkmann18 closed 5 years ago

Berkmann18 commented 5 years ago

While trying out some themes on https://github.com/Berkmann18/gridsome-starter-netlify-netlifycms-tailwindcss, I encountered this error:

An error occurred while executing page-query for src/templates/Post.vue

Error: No theme min found

GraphQL request (6:5)
5:     date(format: "MMM D YYYY")
6:     timeToRead
       ^
7:     tags

I tried with the default theme (nord, even when I ex) which worked after a few tries (having the theme set before skipInline was causing some issues until I reversed that order) but the min theme doesn't.