templates - Specify location of _includes in Jekyll _config.yml -


i might missing here, cannot find out how specify location of _includes directory jekyll should use in build process.

according jekyll configuration docs, can specify directory of _plugins , _layouts directories, can specify _includes directory.

here snippet config docs showing how specify _layout , _plugins:

source:      . destination: ./_site plugins:     ./_plugins layouts:     ./_layouts include:     ['.htaccess'] exclude:     [] 

so missing something? or can not specify location of _includes?

i did forget check important jekyll docs templates page.

jekyll expects include files placed in _includes directory @ root of source directory.

therefore, reason why there no way specify location of _includes directory.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -