LiquiDoc 0.9.3
This patch addresses problems caused by passing certain Jekyll arguments over the command line when using dynamic configs introduced in 0.9.0.
-
Properly trigger dynamic config build
Based on:- explicit --parse-config flag
- passing of any --var during a config build
- existence of Liquid tags in config file
-
Add Liquid detection proc; returns true if Liquid tags found
-
Stop passing Jekyll config params over CLI
Pass config-based Jekyll arguments to jekyll as a Jekyll config file instead of over CLI