mmistakes / minimal-mistakes

:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
https://mmistakes.github.io/minimal-mistakes/
MIT License
12.42k stars 25.58k forks source link

Staticman_v2 comments not showing up js-comments returns nothing upon Inspect #1584

Closed pateskinasy closed 6 years ago

pateskinasy commented 6 years ago

Environment informations


Expected behavior

Comments not showing on blog post. js-comments is returning nothing upon Inspect For blog post: https://pateskinasy.github.io/blog-test/

Steps to reproduce the behavior

What I've done:

Repository is: https://github.com/pateskinasy/pateskinasy.github.io

Result of trace is:

Configuration file: C:/Users/Patricia/documents/github/pateskinasy.github.io/_config.yml
            Source: C:/Users/Patricia/documents/github/pateskinasy.github.io
       Destination: C:/Users/Patricia/documents/github/pateskinasy.github.io/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
      Remote Theme: Using theme mmistakes/minimal-mistakes
    Liquid Warning: Liquid syntax error (line 4): Unexpected character & in "paginator.page == 1 && featured_posts.size > 0" in /_layouts/home.html
  Conversion error: Jekyll::Converters::Scss encountered an error while converting 'assets/css/main.scss':
                    File to import not found or unreadable: minimal-mistakes/skins/contrast. Load path: C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-theme-primer-0.5.2/_sass on line 3
C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-sass-converter-1.5.0/lib/jekyll/converters/scss.rb:123:in `rescue in convert': File to import not found or unreadable: minimal-mistakes/skins/contrast. (Jekyll::Converters::Scss::SyntaxError)
Load path: C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-theme-primer-0.5.2/_sass on line 3
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-sass-converter-1.5.0/lib/jekyll/converters/scss.rb:118:in `convert'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/renderer.rb:98:in `block in convert'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/renderer.rb:96:in `each'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/renderer.rb:96:in `reduce'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/renderer.rb:96:in `convert'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/renderer.rb:80:in `render_document'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/renderer.rb:62:in `run'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/site.rb:466:in `block in render_pages'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/site.rb:464:in `each'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/site.rb:464:in `render_pages'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/site.rb:193:in `render'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/site.rb:73:in `process'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/command.rb:28:in `process_site'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/commands/build.rb:65:in `build'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/commands/build.rb:36:in `process'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/commands/serve.rb:42:in `block (3 levels) in init_with_program'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/commands/serve.rb:42:in `each'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/lib/jekyll/commands/serve.rb:42:in `block (2 levels) in init_with_program'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `block in execute'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `each'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in `execute'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in `go'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/mercenary-0.3.6/lib/mercenary.rb:19:in `program'
        from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/jekyll-3.6.2/exe/jekyll:15:in `<top (required)>'
        from C:/Ruby25-x64/bin/jekyll:23:in `load'
        from C:/Ruby25-x64/bin/jekyll:23:in `<main>'

-->