Skip to content

Commit

Permalink
Add dynamic config & allow vars for non-config builds (#49)
Browse files Browse the repository at this point in the history
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
briandominick authored Aug 17, 2018
1 parent c6ba5d4 commit 006f16f
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 253 deletions.
Loading

0 comments on commit 006f16f

Please sign in to comment.