'include_cached` error even after following documentation #2651
-
I installed the theme by following Gem based method. Everything runs perfectly on local machine. But error message from github on page build:
Gemfile:
I haven't change any |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Gem version of the theme doesn’t work with GitHub Pages. https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#remote-theme-method Forking the theme's repo is not advised at all. Instead fork the starter repo and then configure/add your content. |
Beta Was this translation helpful? Give feedback.
-
used the starter repo, everything works now. thank you. |
Beta Was this translation helpful? Give feedback.
Gem version of the theme doesn’t work with GitHub Pages.
Follow the remote theme method instead. You also don’t need the includes, layouts, and Sass files in your repo.
https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#remote-theme-method
Forking the theme's repo is not advised at all. Instead fork the starter repo and then configure/add your content.
https://github.com/mmistakes/mm-github-pages-starter/generate