As we discovered after merging 18F/web-design-standards#671, while the baseurl: override from _config_18f_pages.yml was getting applied properly, the site was still getting generated into a /web-design-standards target directory. We need to parse out the baseurl: from the _config_18f_pages.yml file, if present, and set the destination directory accordingly.
As we discovered after merging 18F/web-design-standards#671, while the
baseurl:
override from_config_18f_pages.yml
was getting applied properly, the site was still getting generated into a/web-design-standards
target directory. We need to parse out thebaseurl:
from the_config_18f_pages.yml
file, if present, and set the destination directory accordingly.cc: @maya @mollieru