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

Posted by oxint in #jekyll at 2016-12-06T10:24:31Z

Hello, im getting started with jekyll and i needed some help
+ [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.