I have create a Jekyll website locally. It works fine with "bundle exec jekyll serve".
But after the following operations, my website cannot convert markdown and liquid code to html properly.
This is how I install "github-pages" in my project.
- Adding "gem "github-pages", group: :jekyll_plugins" in Gemfile,
- "sudo bundle install && sudo bundle update"
Before adding github-pages plugins
After adding github-pages plugins and running "bundle exec jekyll serve"
It cannot convert markdown block properly. Who can help me with that,, I really appreciate it. Here is my jekyll website code repos