jekyll-slim icon indicating copy to clipboard operation
jekyll-slim copied to clipboard

A gem that adds slim-lang support to Jekyll.

Results 5 jekyll-slim issues
Sort by recently updated
recently updated
newest added

```ruby $ jekyll s ``` ```ruby Configuration file: /Users/john/projects/csheet/_config.yml Source: /Users/john/projects/csheet Destination: /Users/john/projects/csheet/_site Incremental build: disabled. Enable with --incremental Generating... jekyll 3.8.5 | Error: undefined method `extname' for # ```...

The liquid markup inside the anchor tag's href is generating a weird output. I am using jekyll-pagination plugin. Here's the code: ``` li a href="{{ site.paginate_path | prepend: site.baseurl |...

``` Unable to activate jekyll-slim-0.10.0, because jekyll-3.0.0 conflicts with jekyll (~> 2.0) ``` any plans to support jekyll 3 ?

When including a slim file as a template, it outputs in plain text. `_templates/hello.slim` ``` slim --- --- doctype html html title Hello ``` `index.slim` ``` slim --- layout: hello...

Does not work with the new Jekyll (2.0.3+) Not work includes Not work layouts *.slim