+[2016-08-13T21:21:26Z]jaybe[[ sass ]] +[2016-08-13T21:21:26Z]jekyllrb(sass) https://jekyllrb.com/docs/assets/#sassscss +[2016-08-14T00:05:14Z]fuzzybear3965@jaybe, that doesn't answer my SASS/SCSS question. +[2016-08-14T23:49:01Z]norm_Hi. When I give jekyll the new-theme command, I get "Error: No such file or directory - git". I don't have git installed. Do I need it? +[2016-08-14T23:49:22Z]norm_Not planning on using version control, and wasn't sure if this was required for building a new theme
@jaybe, that doesn't answer my SASS/SCSS question.
+[2016-08-15T14:21:57Z]Dry_LipsIs there a way to make the "offset" part conditional? +[2016-08-15T14:22:00Z]Dry_Lips{% for post in paginator.posts offset: 1 %} +[2016-08-15T14:25:20Z]Dry_Lips{% if post.highlight %} is usually called from within a forloop... But I need to make the offset conditional, depending on if "post.highlight" exists... +[2016-08-15T14:25:45Z]Dry_LipsAny ideas? +[2016-08-15T14:28:45Z]keekzput it inside an if statement