+ [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

message no. 146747

Posted by fuzzybear3965 in #jekyll at 2016-08-14T00:05:14Z

@jaybe, that doesn't answer my SASS/SCSS question.
+ [2016-08-15T14:21:57Z] Dry_Lips Is 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_Lips Any ideas?
+ [2016-08-15T14:28:45Z] keekz put it inside an if statement