+[2019-04-19T03:32:53Z]Jahnertzaye, thanks. +[2019-04-19T03:33:10Z]xmnnp +[2019-04-19T03:37:35Z]JahnertzJust one more question: When installing plugins is it necessary to require them in _plugins/ext.rb? Some tuts mention this, most dont. +[2019-04-22T22:06:19Z]furyis there a way to combine multiple highlights? if i have a yaml file that i want to show a few simple edits, either highlight those lines that were added or combine it with the diff highlighter (which makes a green background for lines starting with +) +[2019-04-22T22:07:55Z]furyadding hl_lines="1 3 4 13" doesn't seem to do anything
adding hl_lines="1 3 4 13" doesn't seem to do anything
+[2019-04-25T14:21:58Z]Sieben_Hello, is there any trouble with rendering sass on github pages? +[2019-04-25T14:22:04Z]Sieben_I've seen some deprecation warnings +[2019-04-25T19:01:36Z]furytrying to set up a jekyll docker image, with some grunt tasks to pre-generate responsive images. having some trouble getting these node modules to stick around somewhere - /srv/jekyll/node_modules seems to get blown away right after i run yarn install +[2019-04-25T19:02:14Z]furybut if i put them somewhere else in the image, then the grunt task refuses to run because it's not local to the project +[2019-04-30T23:26:23Z]CraniteHey so I'm having a problem with array sorting in Liquid, is there a way to sort an array based on an element's properties? The example being that I'm sorting through a list of groups that have members, the list of groups is a collection and each group has a members list. I would like to sort the list of groups by how many members it has, so larger groups get shown first.