Jekyll-Sort
Jekyll-Sort copied to clipboard
A very simple Jekyll plugin that allows you to sort lists under the site var and store the results back under the site var.
Hello, I added your plugin to my site and updated _config.yml file, but when I generate the site it gives a No method error: ``` Generating... .../_plugins/jekyll_sort.rb:59:in `block in generate':...
I'm doing something wrong, obviously, but the following doesn't work: jekyll_sort: src: categories_list direction: down by: size dest: categories_list_by_size Specifically, when categories_list_by_size is used in a for-loop, that loop is...