Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dynamic config & allow vars for non-config builds (#49)
This patch adds a --var option for CLI-only parse builds, so environment vars can be passed via the command line. Additionally, configuration files can now be formatted in Liquid and preprocessed before being run as the build routine. The procedure runs liquify on the chosen config file, saves a parsed version to <build_dir>/pre/, then procedes running the liquidoc command using the new ephemeral config. See README for details. Additionally, configuration files can now be formatted in Liquid preprocessed before being run as the build routine. The procedure runs liquify on the chosen config file, saves a parsed version to <build_dir>/pre/, then procedes running the liquidoc command using the new ephemeral config. See README for details.
- Loading branch information