+ [9 years ago] firms morning gents
+ [9 years ago] miklb Has anyone made a theme gem yet? I'm reading the docs and am confused as to whether when making the gem if it's **just** the theme files I should be packaging
+ [9 years ago] miklb https://jekyllrb.com/docs/themes/#previewing-your-theme is what specifically is confusing
+ [9 years ago] jekyllrb Title: Themes - Jekyll • Simple, blog-aware, static sites (at jekyllrb.com)
+ [9 years ago] miklb oh, I think I understand, the gemspec defines what files get used.

message no. 136048

Posted by janebootydoe in #jekyll at 2016-05-21T05:57:39Z

Is there a limit to how nested includes can be? It's just outputting the code for me if I go two levels deep
+ [9 years ago] Dry_Lips Is there a way to do the following in liquid? Prepending characters to the end of the filename, while leaving the filename extension as it is?
+ [9 years ago] jaybe Prepend and End don't go together. :)
+ [9 years ago] jaybe You could append the filename before to .ext with [[ liquid ]]
+ [9 years ago] jekyllrb (liquid) (#1) https://github.com/Shopify/liquid/wiki/Liquid-for-Designers, or (#2) https://github.com/jekyll/jekyll/blob/master/lib/jekyll/filters.rb#L204, or (#3) http://jekyllrb.com/docs/templates/, or (#4) http://shopify.github.com/liquid/
+ [9 years ago] Dry_Lips Appending is possible, but I would have to alter a part of the toolchain... So I was wondering if there was a shortcut here, haha