+ [2016-12-06T15:17:35Z] jekyllrb For the record, jaybe meant: Any file that is processed by jekyll can leverage liquid includes
+ [2016-12-06T15:17:57Z] pachinsv thanks, jaybe
+ [2016-12-06T15:18:23Z] jaybe Welcome
+ [2016-12-06T15:19:40Z] pachinsv I was lookingfor a feature similar to Sphinx admonitions (http://docutils.sourceforge.net/docs/ref/rst/directives.html#admonitions)
+ [2016-12-06T15:19:41Z] jekyllrb Title: reStructuredText Directives (at docutils.sourceforge.net)

message no. 158422

Posted by onur in #jekyll at 2016-12-06T14:21:33Z

if I move my current index to blog directory it's not listing any of my posts
+ [2016-12-07T09:18:03Z] esr II'm a new user seeking help including images in posts. Is there something I need to configure to tell jekyll that an assets directory should be included in site generation?
+ [2016-12-07T09:46:59Z] esr Never mind. Found the answer. The docd say that any directory other than system specials will bee copied verbatim to the generated site, but fail to mention that if the name of your assets directory begins with '_' it gets misyaken for a special and you lose.
+ [2016-12-07T09:50:16Z] Flowinho esr you can still use directories that start with an _
+ [2016-12-07T09:50:25Z] Flowinho You can include them in your config file.